# HG changeset patch # User Zeger Van de Vannet # Date 1643790037 -3600 # Node ID 4b9b6694aa5b87d132dcadba364d2f56db3073f7 # Parent f308f66cad13534887f4d2691aebda017d1a4ac6 Force sh mode on dircolors diff -r f308f66cad13 -r 4b9b6694aa5b dot_zshrc --- a/dot_zshrc Tue Feb 01 19:03:03 2022 +0100 +++ b/dot_zshrc Wed Feb 02 09:20:37 2022 +0100 @@ -75,7 +75,7 @@ export LESS_TERMCAP_us=$(printf "\e[1;32m") export CLICOLOR=1 -eval "$(dircolors ~/.lscolors)" +eval "$(dircolors --sh ~/.lscolors)" # Options setopt monitor