From 663f5972378c2e664bcb1930fed437230a7480d4 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 18 Aug 2023 16:04:10 +0200 Subject: [PATCH] zshrc: change HIST_STAMPS to yy-mm-dd --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7d63983..0685cd5 100644 --- a/.zshrc +++ b/.zshrc @@ -59,7 +59,7 @@ # Uncomment the following line if you want to change the command execution time # stamp shown in the history command output. # 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 SAVEHIST=10000000 setopt inc_append_history