feat(zsh): Add path intended for completions to zsh's fpath

This commit is contained in:
histalek 2023-06-24 13:22:28 +02:00
parent bbcc3d81ec
commit 8febd68127
Signed by: histalek
SSH key fingerprint: SHA256:6a6N2Wzk73nwURUHC/ubbCyqdB6yfie0Jv/NGvRcsIE

1
.zshrc
View file

@ -59,6 +59,7 @@ bindkey '^[[1;5C' forward-word #
bindkey '^H' backward-kill-word # delete previous word with ctrl+backspace
bindkey '^[[Z' undo # Shift+tab undo last action
fpath+=~/.config/zsh/completions
autoload -U compinit colors zcalc
compinit -d
colors