zsh completions
This commit is contained in:
parent
c7b6c35b0f
commit
eee015f991
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue