Explorar o código

fix completions from .zfunc

Kevin Heinicke hai 1 semana
pai
achega
4c4a0971d6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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