From 206480c6b51eb7cb42f879a73be9b63f9c0cc8ee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 10 Feb 2026 11:07:07 +0200 Subject: Update --- fish/conf.d/games.fish | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/fish/conf.d/games.fish b/fish/conf.d/games.fish index 291a798..8b13789 100644 --- a/fish/conf.d/games.fish +++ b/fish/conf.d/games.fish @@ -1,15 +1 @@ -function games::colorscript - if test -e ~/git/shell-color-scripts - cd ~/git/shell-color-scripts - set -x DEV 1 - ./colorscript.sh --random - cd - - else - echo 'No colorscripts installed. Go to:' - echo ' https://gitlab.com/dwt1/shell-color-scripts' - end -end -if not test -f ~/.colorscript.disable - games::colorscript -end -- cgit v1.2.3