Browse Source

fix completions from .zfunc

Kevin Heinicke 1 tuần trước cách đây
mục cha
commit
4c4a0971d6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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