diff options
author | Kjetil Ørbekk <kj@orbekk.com> | 2020-10-19 20:30:29 +0000 |
---|---|---|
committer | Kjetil Ørbekk <kj@orbekk.com> | 2020-10-19 20:30:29 +0000 |
commit | 83597f6e624b46b8c54fcf62bfbcaef0b4044157 (patch) | |
tree | 1dfb19bb8f669c147590e3485dbd1a667e3bff49 /zsh/.zshrc | |
parent | f1f2041f37d2a591492b015e8eb961cb68a5f3ca (diff) |
zshrc changes
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |