I don't need vivid.

This commit is contained in:
Bartek Stalewski 2022-10-20 15:02:10 +02:00
parent 7a344c16ff
commit 4a8c36877f

View File

@ -1,6 +1,5 @@
[ ! -L ~/.cache ] && { rm -rf ~/.cache; mkdir -p $XDG_CACHE_HOME; ln -sf $XDG_CACHE_HOME ~/.cache ; }
# global exports and options
#[ $(command -v vivid) ] && export LS_COLORS=$(vivid generate molokai) || unset LS_COLORS
export HISTSIZE=10000
export SAVEHIST=$HISTSIZE
export HISTFILE=$XDG_DATA_HOME/zsh/history