diff --git a/.zshrc b/.zshrc index 99510d9..54d1da2 100644 --- a/.zshrc +++ b/.zshrc @@ -6,7 +6,9 @@ # necessary to include "/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions" # due to a breakage on fedora zsh version 5.8.1 (zsh.x86_64 5.8.1-1.fc35 @updates) fpath=( + ~/.zfunc ~/.local/share/zsh/site-functions + ${ASDF_DIR}/completions /usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions" $fpath )