From 83597f6e624b46b8c54fcf62bfbcaef0b4044157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Mon, 19 Oct 2020 20:30:29 +0000 Subject: zshrc changes --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') 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 -- cgit v1.2.3