Add vivid support.
This commit is contained in:
parent
98385365eb
commit
0f324c34be
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# global exports and options
|
# global exports and options
|
||||||
unset LS_COLORS
|
[ $(command -v vivid) ] && export LS_COLORS=$(vivid generate molokai) || unset LS_COLORS
|
||||||
export HISTSIZE=10000
|
export HISTSIZE=10000
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
export HISTFILE=$XDG_DATA_HOME/zsh/history
|
export HISTFILE=$XDG_DATA_HOME/zsh/history
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue