Hack together a quick way to execute using local bindirs (#1)
This commit is contained in:
parent
cbc8bede7a
commit
3b01025006
5 changed files with 56 additions and 2 deletions
2
zshrc
2
zshrc
|
@ -48,7 +48,9 @@ if which direnv > /dev/null; then
|
|||
fi
|
||||
|
||||
# completion
|
||||
fpath=($HOME/.zsh-completions $fpath)
|
||||
autoload -U compinit
|
||||
autoload bashcompinit && bashcompinit
|
||||
compinit
|
||||
setopt completeinword
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue