Parcourir la source

fix completions from .zfunc

Kevin Heinicke il y a 1 semaine
Parent
commit
4c4a0971d6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      zshrc

+ 3 - 0
zshrc

@@ -67,6 +67,9 @@ if [[ -d /opt/homebrew/share/zsh/site-functions ]]; then
   fpath=(/opt/homebrew/share/zsh/site-functions $fpath)
 fi
 
+# load custom completions
+fpath=(~/.zfunc $fpath)
+
 zmodload zsh/complist
 
 # zplug load