aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-02-19 11:14:51 -0500
committerJP Appel <jeanpierre.appel01@gmail.com>2025-02-19 11:14:51 -0500
commita083c8ec55e5101269099de399d621dc03a9dea2 (patch)
treeb03cc552a02b49176b5506269358fb0b0ccd92a2
parentb707a6ab4bd8b98809c22e892e33315bfb1684c4 (diff)
Move tty colorscheme to zshenv
zshenv is untracked
-rw-r--r--zsh/zshrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 42f5477..090c51f 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -39,6 +39,3 @@ RPROMPT='%B${vim_mode}%b%(?..[%?])'
[ -f "$HOME/.config/zsh/zshenv" ] && . "$HOME/.config/zsh/zshenv"
[ -f "$HOME/.config/zsh/zshalias" ] && . "$HOME/.config/zsh/zshalias"
[ -f "$HOME/.config/zsh/zshcomp" ] && . "$HOME/.config/zsh/zshcomp"
-
-#wal colorscheme
-[ -f "$HOME/.cache/wal/colors-tty.sh" ] && source ~/.cache/wal/colors-tty.sh ; true