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:13 +0000 (20:15 +1000)
zsh/.zshrc
index c44bb7dd4000969374e5b155b819e557b9b35fa5..dc9400db792191ac6c1a73549a2564c6aa721f9e 100755 (executable)
@@ -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)