zsh completions

This commit is contained in:
Rudis Muiznieks 2023-04-06 09:09:15 -05:00
parent c7b6c35b0f
commit eee015f991
Signed by: rudism
GPG key ID: CABF2F86EF7884F9

View file

@ -2,8 +2,9 @@
export PURE_GIT_PULL=0
export GPG_TTY=$(tty)
# set zsh options
# set zsh options and features
setopt autocd
autoload -Uz compinit && compinit
# load zsh plugins
[ -f "$HOME/.local/share/zap/zap.zsh" ] && source "$HOME/.local/share/zap/zap.zsh"