Browse Source

Enable AUTO_CD in zsh

Frans Bergman 3 years ago
parent
commit
6da757e03d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .zshrc

+ 2 - 0
.zshrc

@@ -1,6 +1,8 @@
 source ~/.profile
 source ~/.aliases
 
+setopt AUTO_CD
+
 export HISTFILE="$HOME/.zsh_history"
 export HISTSIZE="1000000"
 export SAVEHIST="1000000"