comparison dot_zshrc @ 660:407d461cd377

use vivid to generate a color theme for ls, fd, etc
author zegervdv <zegervdv@me.com>
date Sun, 25 Sep 2022 16:50:42 +0000
parents e1a7072165ac
children b26c4c6ac25c
comparison
equal deleted inserted replaced
659:e1a7072165ac 660:407d461cd377
76 export LESS_TERMCAP_so=$(printf "\e[1;30;43m") 76 export LESS_TERMCAP_so=$(printf "\e[1;30;43m")
77 export LESS_TERMCAP_ue=$(printf "\e[0m") 77 export LESS_TERMCAP_ue=$(printf "\e[0m")
78 export LESS_TERMCAP_us=$(printf "\e[1;32m") 78 export LESS_TERMCAP_us=$(printf "\e[1;32m")
79 79
80 export CLICOLOR=1 80 export CLICOLOR=1
81 source ~/.dircolors.zsh 81 export LS_COLORS=$(cat ~/.lscolors)
82 export LSCOLORS=$LS_COLORS
82 83
83 # Options 84 # Options
84 setopt monitor 85 setopt monitor
85 setopt auto_cd 86 setopt auto_cd
86 setopt cdablevars 87 setopt cdablevars