mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Move dircolors to the front of zshrc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user