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 82d3265 commit 73e94b8Copy full SHA for 73e94b8
modules/directory/init.zsh
@@ -16,7 +16,6 @@ setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack.
16
setopt PUSHD_SILENT # Do not print the directory stack after pushd or popd.
17
setopt PUSHD_TO_HOME # Push to home directory when no argument is given.
18
setopt CDABLE_VARS # Change directory to a path stored in a variable.
19
-setopt AUTO_NAME_DIRS # Auto add variable-stored paths to ~ list.
20
setopt MULTIOS # Write to multiple descriptors.
21
setopt EXTENDED_GLOB # Use extended globbing syntax.
22
unsetopt CLOBBER # Do not overwrite existing files with > and >>.
0 commit comments