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
commit 1f7d917ca4
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 ..'