comparison dot_zshrc @ 549:4a8042dab396

Tweak dircolors
author zegervdv <zegervdv@me.com>
date Tue, 01 Feb 2022 09:48:36 +0100
parents 1b60ade60015
children 2cce224318f9
comparison
equal deleted inserted replaced
548:1b60ade60015 549:4a8042dab396
84 export LESS_TERMCAP_so=$(printf "\e[1;30;43m") 84 export LESS_TERMCAP_so=$(printf "\e[1;30;43m")
85 export LESS_TERMCAP_ue=$(printf "\e[0m") 85 export LESS_TERMCAP_ue=$(printf "\e[0m")
86 export LESS_TERMCAP_us=$(printf "\e[1;32m") 86 export LESS_TERMCAP_us=$(printf "\e[1;32m")
87 87
88 export CLICOLOR=1 88 export CLICOLOR=1
89 export LS_COLORS='no=00;37:fi=00:di=00;33:ln=04;36:pi=40;33:so=01;35:bd=40;33;01:' 89 eval "$(dircolors ~/.lscolors)"
90 90
91 # Options 91 # Options
92 setopt monitor 92 setopt monitor
93 setopt auto_cd 93 setopt auto_cd
94 setopt cdablevars 94 setopt cdablevars