summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 79c8c08..0a9c090 100644
--- a/zshrc
+++ b/zshrc
@@ -74,6 +74,7 @@ setopt list_packed # Compacter display of completion list.
setopt interactive_comments
setopt nohup # So backgrounded jobs don't get terminated when
# the shell is.
+setopt autocd # make '..' cd into .., and '../projects' cd there etc.
#unsetopt CHECK_JOBS
setopt CHECK_JOBS
unsetopt BG_NICE
@@ -147,8 +148,6 @@ alias l='ls -l'
alias cp='cp -i'
alias mv='mv -i'
-alias ..='cd ..'
-
alias mmv='noglob mmv'
alias zinterdiff='interdiff -z'