zsh: fix sourcing of color functions, move to extras dir

master
bretello 2024-04-10 14:44:17 +02:00
parent 030903dcd7
commit 32df12a6df
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
3 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ source "$DOTFILES/themes/brethil.zsh-theme"
# Setup completion style
source $DOTFILES/completion_style.zsh
source $DOTFILES/extras/completion_style.zsh
source $DOTFILES/extras/colors.zsh
source $DOTFILES/extras/fzf-tab-config.zsh
if [[ $+commands[fd] ]]; then