From 107d0858a938ecb06f1f86d59f21fb31dfbae43f Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 19 Aug 2024 12:10:24 -0400 Subject: zsh history show dates --- modules/20-zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/20-zsh/zshrc b/modules/20-zsh/zshrc index a866827..65ba328 100644 --- a/modules/20-zsh/zshrc +++ b/modules/20-zsh/zshrc @@ -60,7 +60,7 @@ export COMPLETION_WAITING_DOTS="true" # "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" # or set a custom format using the strftime function format specifications, # see 'man strftime' for details. -# HIST_STAMPS="mm/dd/yyyy" +HIST_STAMPS="yyyy-mm-dd" # Would you like to use another custom folder than $ZSH/custom? # ZSH_CUSTOM=/path/to/new-custom-folder -- cgit v1.2.3