mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
zsh: fix sourcing of color functions, move to extras dir
This commit is contained in:
parent
030903dcd7
commit
32df12a6df
|
@ -56,7 +56,8 @@ source "$DOTFILES/themes/brethil.zsh-theme"
|
||||||
|
|
||||||
|
|
||||||
# Setup completion style
|
# 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
|
source $DOTFILES/extras/fzf-tab-config.zsh
|
||||||
|
|
||||||
if [[ $+commands[fd] ]]; then
|
if [[ $+commands[fd] ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user