setopt pushdminus

This commit is contained in:
Václav Uruba 2022-05-15 20:52:41 +02:00
parent 190ba0a0c9
commit 8345d89229
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -2,7 +2,7 @@
HISTFILE=~/.histfile HISTFILE=~/.histfile
HISTSIZE=10000 HISTSIZE=10000
SAVEHIST=10000 SAVEHIST=10000
setopt autocd autopushd extendedglob nomatch notify setopt autocd autopushd extendedglob nomatch notify pushdminus
unsetopt beep unsetopt beep
bindkey -v bindkey -v
# End of lines configured by zsh-newuser-install # End of lines configured by zsh-newuser-install