Kevin Heinicke 1 неделя назад
Родитель
Сommit
4c4a0971d6
1 измененных файлов с 3 добавлено и 0 удалено
  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