further refactorings

This commit is contained in:
James Cox 2009-09-23 00:49:00 +01:00
commit c5d8205284
5 changed files with 17 additions and 15 deletions

View file

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