diff --git a/zsh/.zshrc b/zsh/.zshrc index 2a3da8a..02c945b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,4 +1,5 @@ [ ! -L ~/.cache ] && { rm -rf ~/.cache; mkdir -p $XDG_CACHE_HOME; ln -sf $XDG_CACHE_HOME ~/.cache ; } +[ $(command -v vivid) ] && export LS_COLORS=$(vivid generate ayu) || unset LS_COLORS # global exports and options export HISTSIZE=10000 export SAVEHIST=$HISTSIZE