summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index aa1c115..abb4493 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -14,7 +14,9 @@ zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
setopt append_history share_history histignorealldups
+# cd to a directory used as a commant
+setopt autocd
+
PURE_GIT_PULL=0
PURE_GIT_UNTRACKED_DIRTY=0
-
prompt pure