summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 5b76658..bd268c0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -12,7 +12,7 @@ HISTSIZE=1000
SAVEHIST=1000
setopt hist_ignore_all_dups hist_save_no_dups hist_reduce_blanks share_history extended_history
-fpath=($HOME/.zfunc $HOME/.zfunc/* $fpath)
+fpath=($HOME/.zfunc $HOME/.zfunc/zsh-completions/src $fpath)
alias diff='diff --color=auto'
alias ls='ls -F --color=auto'