zshrc: add folders with completions
This commit is contained in:
parent
e7cd64615e
commit
af6266010c
2
.zshrc
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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user