Andrew's git
/
dotfiles.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
fixed bugs in zsh conf
author
Andrew Lorimer
<andrew@lorimer.id.au>
Sun, 23 Sep 2018 10:15:13 +0000
(20:15 +1000)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Sun, 23 Sep 2018 10:15:27 +0000
(20:15 +1000)
zsh/.zshrc
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
ceea677
)
diff --git
a/zsh/.zshrc
b/zsh/.zshrc
index c6cb5db3b7177fbd9f2b56f44b8c2a814185123c..eb0c76e832a9f22a9f201a3984e2f7cce5f04c49 100755
(executable)
--- 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.yyy
y
"
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)