zshrc: change HIST_STAMPS to yy-mm-dd
This commit is contained in:
parent
fb49e350b0
commit
663f597237
2
.zshrc
2
.zshrc
@ -59,7 +59,7 @@
|
|||||||
# Uncomment the following line if you want to change the command execution time
|
# Uncomment the following line if you want to change the command execution time
|
||||||
# stamp shown in the history command output.
|
# stamp shown in the history command output.
|
||||||
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
|
||||||
HIST_STAMPS="dd.mm.yyyy"
|
HIST_STAMPS="yyyy-mm-dd"
|
||||||
HISTSIZE=10000000
|
HISTSIZE=10000000
|
||||||
SAVEHIST=10000000
|
SAVEHIST=10000000
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
|
Loading…
Reference in New Issue
Block a user