From bc1b7460eca25ed23127c3a0558930574c6cf8ba Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sun, 23 Sep 2018 20:15:13 +1000 Subject: [PATCH] fixed bugs in zsh conf --- zsh/.zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index c6cb5db..eb0c76e 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -27,7 +27,7 @@ setopt interactivecomments export EDITOR='nano' # Timestamp in history command ("mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd") -HIST_STAMPS="dd.mm.yyy" +HIST_STAMPS="dd.mm.yyyy" DISABLE_UNTRACKED_FILES_DIRTY="true" @@ -37,9 +37,6 @@ DISABLE_UNTRACKED_FILES_DIRTY="true" ZSH_THEME="agnoster" COMPLETION_WAITING_DOTS="true" -# Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder - # plugins can be found in ~/.oh-my-zsh/plugins/* plugins=(git) -- 2.43.2