From 6f3e08ccce84ba6d69e97a3b8166b1250ab40b30 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 29 Sep 2022 16:56:51 +0200 Subject: [PATCH] Fixed history timestamps not working Changed the HIST_FORMAT so that it shows properly when using history --- config/zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/zshrc b/config/zshrc index 400ad94..cf728f7 100644 --- a/config/zshrc +++ b/config/zshrc @@ -41,7 +41,7 @@ zstyle ':omz:update' mode reminder # just remind me to update when it's time # DISABLE_UNTRACKED_FILES_DIRTY="true" # History timestamp format -HIST_STAMPS="dd/mm/yyyy" +HIST_STAMPS="yyyy-mm-dd" # Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM=/path/to/new-custom-folder @@ -85,4 +85,3 @@ fi # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run `alias`. source ~/.config/aliases.sh -