Skip to content

Commit 73e94b8

Browse files
salmanulfarzybelak
authored andcommitted
Don't set auto_name_dirs because it messes up prompts
This was ported from Oh-My-Zsh and since have been disabled in it. Explained in more detail rvm/rvm/issues/3091#issuecomment-60083194 Related: sorin-ionescu#998, sorin-ionescu#1081
1 parent 82d3265 commit 73e94b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/directory/init.zsh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ setopt PUSHD_IGNORE_DUPS # Do not store duplicates in the stack.
1616
setopt PUSHD_SILENT # Do not print the directory stack after pushd or popd.
1717
setopt PUSHD_TO_HOME # Push to home directory when no argument is given.
1818
setopt CDABLE_VARS # Change directory to a path stored in a variable.
19-
setopt AUTO_NAME_DIRS # Auto add variable-stored paths to ~ list.
2019
setopt MULTIOS # Write to multiple descriptors.
2120
setopt EXTENDED_GLOB # Use extended globbing syntax.
2221
unsetopt CLOBBER # Do not overwrite existing files with > and >>.

0 commit comments

Comments
 (0)