diff options
author | Galen Guyer <galen@galenguyer.com> | 2024-08-19 12:10:24 -0400 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2024-08-19 12:10:24 -0400 |
commit | 107d0858a938ecb06f1f86d59f21fb31dfbae43f (patch) | |
tree | f6146aaa44c8ae1a460ab7baa06dd97c11a23a43 /modules/20-zsh/zshrc | |
parent | 148fb6956aca04d8e7125c7f754bfac01933b6f3 (diff) |
zsh history show dates
Diffstat (limited to 'modules/20-zsh/zshrc')
-rw-r--r-- | modules/20-zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |