X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e5d7e78f09fdaad72aea931b18487328d4509297..b23eb3955580e2de13c03bf59169ccd2b2009d33:/zsh/lib/misc.zsh diff --git a/zsh/lib/misc.zsh b/zsh/lib/misc.zsh index 8667e83..218b8f0 100644 --- a/zsh/lib/misc.zsh +++ b/zsh/lib/misc.zsh @@ -13,6 +13,6 @@ export PAGER="less" export LESS="-SR" # ls colors -eval $(dircolors $XDG_CONFIG_HOME/dircolors) +eval $(dircolors $XDG_CONFIG_HOME/dircolors/$THEME) export LC_CTYPE=$LANG