summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2020-10-19 20:30:29 +0000
committerKjetil Ørbekk <kj@orbekk.com>2020-10-19 20:30:29 +0000
commit83597f6e624b46b8c54fcf62bfbcaef0b4044157 (patch)
tree1dfb19bb8f669c147590e3485dbd1a667e3bff49 /zsh
parentf1f2041f37d2a591492b015e8eb961cb68a5f3ca (diff)
zshrc changes
Diffstat (limited to 'zsh')
-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