zsh:opts: Disable CDABLE_VARS

It annoys me more than it helps me.
This commit is contained in:
2023-01-21 12:40:17 +01:00
parent 93e8517ab2
commit a205a7c5ce

View File

@@ -8,12 +8,6 @@
# NOTE: Only copies first line. If there are multiple lines (as with
# SHARE_HISTORY) the other lines have to be copied manually.
# Changing Directories #########################################################
# Make cd push the old directory onto the directory stack.
setopt AUTO_PUSHD
# If the argument to a cd command (or an implied cd with the AUTO_CD option
# set) is not a directory, and does not begin with a slash, try to expand
# Changing Directories #########################################################
# Make cd push the old directory onto the directory stack.
setopt AUTO_PUSHD