fix (zshrc): enable completion while using cd - <TAB>
This commit is contained in:
parent
3b0300b86f
commit
f8ec0d14d3
3
zshrc
3
zshrc
@ -13,6 +13,9 @@ zstyle ':vcs_info:*' enable git
|
|||||||
# Specify how it should be formatted
|
# Specify how it should be formatted
|
||||||
zstyle ':vcs_info:*' formats '%b'
|
zstyle ':vcs_info:*' formats '%b'
|
||||||
|
|
||||||
|
# Make cd push the old directory onto the directory stack
|
||||||
|
setopt AUTO_PUSHD
|
||||||
|
|
||||||
# Exchanges the meanings of "+" and "-" when used with a number to specify a directory in the stack
|
# Exchanges the meanings of "+" and "-" when used with a number to specify a directory in the stack
|
||||||
setopt PUSHD_MINUS
|
setopt PUSHD_MINUS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user