fixed bugs in zsh conf
authorAndrew Lorimer <andrew@lorimer.id.au>
Sun, 23 Sep 2018 10:15:13 +0000 (20:15 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sun, 23 Sep 2018 10:15:27 +0000 (20:15 +1000)
zsh/.zshrc
index c6cb5db3b7177fbd9f2b56f44b8c2a814185123c..eb0c76e832a9f22a9f201a3984e2f7cce5f04c49 100755 (executable)
@@ -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)