more fixes, more or less have this as i want

This commit is contained in:
James Cox
2009-09-23 01:18:15 +01:00
parent 93af38f154
commit b6d778201b
4 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# Changing/making/removing directory
setopt auto_name_dirs
setopt auto_pushd
setopt pushd_ignore_dups
alias ..='cd ..'
alias cd..='cd ..'