From 907f4bcc5bfc7520848804ae9d1680f2850f6bc2 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 6caeb4a..ec804ef 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -30,7 +30,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" @@ -40,9 +40,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.49.0