summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-10 11:07:07 +0200
committerPaul Buetow <paul@buetow.org>2026-02-10 11:07:07 +0200
commit206480c6b51eb7cb42f879a73be9b63f9c0cc8ee (patch)
tree7f5b2384a29beda606cf09dddfda4b00084ea04c /fish
parent59dbb485cb71836b977778367c5736826ecddcfb (diff)
Update
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/games.fish14
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