zshrc: change HIST_STAMPS to yy-mm-dd

This commit is contained in:
surtur 2023-08-18 16:04:10 +02:00
parent fb49e350b0
commit 663f597237
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

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