Use vivid for LS_COLORS

This commit is contained in:
Jonny Barnes 2023-06-04 18:49:01 +01:00
parent a6d0065c32
commit a54a55ba1d
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -131,6 +131,9 @@ export CLICOLOR=true
export CLICOLOR_FORCE=true export CLICOLOR_FORCE=true
export LSCOLORS='dxfxcxdxbxegedabagacad' export LSCOLORS='dxfxcxdxbxegedabagacad'
export LS_COLORS='di=33;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:' export LS_COLORS='di=33;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
if type vivid &>/dev/null; then
export LS_COLORS="$(vivid generate ayu)"
fi
# Source my own functions # Source my own functions
test -e $HOME/.zsh/functions.zsh && source $HOME/.zsh/functions.zsh test -e $HOME/.zsh/functions.zsh && source $HOME/.zsh/functions.zsh