We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4580f5 commit 0b68b7dCopy full SHA for 0b68b7d
.zsh/modules/directory/directory.zsh
@@ -19,6 +19,10 @@ setopt auto_pushd pushd_ignore_dups pushdminus
19
setopt auto_cd # `foo` == `[-d 'foo'] && cd foo`
20
setopt cdable_vars
21
22
+# Make named directories available immediately
23
+setopt auto_name_dirs
24
+: ~ZSH # Make available despite being being set before this option
25
+
26
### Aliases
27
28
# Directory Aliases
0 commit comments