zsh:options: Disable CDABLE_VARS
It annoys me too often (I always see the named directories in the completion menu and had problems with files/folders with the same name).
This commit is contained in:
@@ -8,12 +8,6 @@
|
|||||||
# NOTE: Only copies first line. If there are multiple lines (as with
|
# NOTE: Only copies first line. If there are multiple lines (as with
|
||||||
# SHARE_HISTORY) the other lines have to be copied manually.
|
# 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 #########################################################
|
# Changing Directories #########################################################
|
||||||
# Make cd push the old directory onto the directory stack.
|
# Make cd push the old directory onto the directory stack.
|
||||||
setopt AUTO_PUSHD
|
setopt AUTO_PUSHD
|
||||||
|
|||||||
Reference in New Issue
Block a user