diff options
| -rw-r--r-- | fish/conf.d/games.fish | 14 |
1 files changed, 0 insertions, 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 |
