feat(zsh): Add path intended for completions to zsh's fpath
This commit is contained in:
parent
bbcc3d81ec
commit
8febd68127
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -59,6 +59,7 @@ bindkey '^[[1;5C' forward-word #
|
||||||
bindkey '^H' backward-kill-word # delete previous word with ctrl+backspace
|
bindkey '^H' backward-kill-word # delete previous word with ctrl+backspace
|
||||||
bindkey '^[[Z' undo # Shift+tab undo last action
|
bindkey '^[[Z' undo # Shift+tab undo last action
|
||||||
|
|
||||||
|
fpath+=~/.config/zsh/completions
|
||||||
autoload -U compinit colors zcalc
|
autoload -U compinit colors zcalc
|
||||||
compinit -d
|
compinit -d
|
||||||
colors
|
colors
|
||||||
|
|
Loading…
Add table
Reference in a new issue