diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-20 10:15:39 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-20 10:15:39 +0200 |
| commit | 80f623c91a60c2edb5cdd6a5e1b811de48541758 (patch) | |
| tree | 04d0e7a155464328a5cf476ebeae9a1b354a3ca0 | |
| parent | 87d4f5303c5bb81d006c96fc4c3cf11bd2d8500e (diff) | |
fix colorscripts
| -rw-r--r-- | dotfiles/zsh/zshrc_d/games.source.zsh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dotfiles/zsh/zshrc_d/games.source.zsh b/dotfiles/zsh/zshrc_d/games.source.zsh index ca32a0c..62f7b74 100644 --- a/dotfiles/zsh/zshrc_d/games.source.zsh +++ b/dotfiles/zsh/zshrc_d/games.source.zsh @@ -5,8 +5,10 @@ games::funky () { } games::colorscript () { - if [ -e ~/bin/colorscript ]; then - ~/bin/colorscript --random + if [ -e ~/git/shell-color-scripts ]; then + cd ~/git/shell-color-scripts + DEV=1 ./colorscript.sh --random + cd - else # https://gitlab.com/dwt1/shell-color-scripts echo 'No colorscripts installed. Go to:' |
