zshrc: add folders with completions

This commit is contained in:
surtur 2022-07-03 12:00:42 +02:00
parent e7cd64615e
commit af6266010c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
.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
)