Hack together a quick way to execute using local bindirs (#1)

This commit is contained in:
Andrew Tomaka 2021-03-31 23:31:05 -04:00 committed by GitHub
parent cbc8bede7a
commit 3b01025006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 56 additions and 2 deletions

2
zshrc
View file

@ -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}'