zshrc: stop adding duplicates into $fpath

This commit is contained in:
surtur 2023-09-08 14:15:15 +02:00
parent 661b2b4d7c
commit 84494f739d
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

1
.zshrc

@ -14,7 +14,6 @@
fpath=( fpath=(
~/.zfunc ~/.zfunc
${ASDF_DIR}/completions ${ASDF_DIR}/completions
/usr/share/zsh/"$(zsh --version| cut -d ' ' -f2)/functions"
$fpath $fpath
) )