Fixed history timestamps not working

Changed the HIST_FORMAT so that it shows properly when using history
This commit is contained in:
Tibo De Peuter 2022-09-29 16:56:51 +02:00
parent e4b8a2a89c
commit 6f3e08ccce

View file

@ -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