Mercurial > dotfiles
comparison dot_zshrc @ 553:4b9b6694aa5b
Force sh mode on dircolors
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Wed, 02 Feb 2022 09:20:37 +0100 |
parents | f308f66cad13 |
children | a47f3aab0371 |
comparison
equal
deleted
inserted
replaced
552:f308f66cad13 | 553:4b9b6694aa5b |
---|---|
73 export LESS_TERMCAP_so=$(printf "\e[1;30;43m") | 73 export LESS_TERMCAP_so=$(printf "\e[1;30;43m") |
74 export LESS_TERMCAP_ue=$(printf "\e[0m") | 74 export LESS_TERMCAP_ue=$(printf "\e[0m") |
75 export LESS_TERMCAP_us=$(printf "\e[1;32m") | 75 export LESS_TERMCAP_us=$(printf "\e[1;32m") |
76 | 76 |
77 export CLICOLOR=1 | 77 export CLICOLOR=1 |
78 eval "$(dircolors ~/.lscolors)" | 78 eval "$(dircolors --sh ~/.lscolors)" |
79 | 79 |
80 # Options | 80 # Options |
81 setopt monitor | 81 setopt monitor |
82 setopt auto_cd | 82 setopt auto_cd |
83 setopt cdablevars | 83 setopt cdablevars |