From f1014d753c5446abd86fbdcdf1f2ff3a9f1790d3 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Fri, 15 Oct 2021 02:18:13 +0200 Subject: [PATCH] Move dircolors to the front of zshrc --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index a91d1c4..8efdbd6 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -15,6 +15,7 @@ if [[ ! -d ~/.zplug ]]; then fi #source external files +test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors) source ~/.zplug/init.zsh #Zplug plugin manager initialization source ~/.aliases #Source aliases #expose colors to other applications @@ -202,7 +203,6 @@ zplug load # prompt pure [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors) # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh (( ! ${+functions[p10k]} )) || p10k finalize