diff options
author | James Cox <james@imaj.es> | 2009-09-23 01:18:15 +0100 |
---|---|---|
committer | James Cox <james@imaj.es> | 2009-09-23 01:18:15 +0100 |
commit | b6d778201bae29d4b713f3651f500df10312f5d1 (patch) | |
tree | 42019bf612023c0e236f0af5f67b5c8277285539 /directories.zsh | |
parent | 93af38f154174f8af9e2aa71a1a64bdc640c3655 (diff) | |
download | zsh-b6d778201bae29d4b713f3651f500df10312f5d1.tar.gz zsh-b6d778201bae29d4b713f3651f500df10312f5d1.tar.bz2 zsh-b6d778201bae29d4b713f3651f500df10312f5d1.zip |
more fixes, more or less have this as i want
Diffstat (limited to 'directories.zsh')
-rw-r--r-- | directories.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/directories.zsh b/directories.zsh index 31d5336bf..56d7a2316 100644 --- a/directories.zsh +++ b/directories.zsh @@ -1,5 +1,7 @@ # Changing/making/removing directory setopt auto_name_dirs +setopt auto_pushd +setopt pushd_ignore_dups alias ..='cd ..' alias cd..='cd ..' |