fix (zshrc): enable completion while using cd - <TAB>

This commit is contained in:
eeemsi 2023-01-10 18:51:12 +01:00
parent 3b0300b86f
commit f8ec0d14d3
1 changed files with 3 additions and 0 deletions

3
zshrc
View File

@ -13,6 +13,9 @@ zstyle ':vcs_info:*' enable git
# Specify how it should be formatted
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
setopt PUSHD_MINUS