Change vivid's colorscheme.

This commit is contained in:
Bartek Stalewski 2023-04-16 01:02:18 +02:00
parent fe68487cc6
commit ac09219b49

View File

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