Browse Source

Enable AUTO_CD in zsh

Frans Bergman 3 năm trước cách đây
mục cha
commit
6da757e03d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"