zsh completions
This commit is contained in:
parent
c7b6c35b0f
commit
eee015f991
|
@ -2,8 +2,9 @@
|
||||||
export PURE_GIT_PULL=0
|
export PURE_GIT_PULL=0
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# set zsh options
|
# set zsh options and features
|
||||||
setopt autocd
|
setopt autocd
|
||||||
|
autoload -Uz compinit && compinit
|
||||||
|
|
||||||
# load zsh plugins
|
# load zsh plugins
|
||||||
[ -f "$HOME/.local/share/zap/zap.zsh" ] && source "$HOME/.local/share/zap/zap.zsh"
|
[ -f "$HOME/.local/share/zap/zap.zsh" ] && source "$HOME/.local/share/zap/zap.zsh"
|
||||||
|
|
Loading…
Reference in New Issue