Skip to content
Snippets Groups Projects
Commit 1e8e238d authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Merge branch 'use-iso-date-format' into 'master'

Use ISO date format in history

See merge request !15
parents 984d5f19 bea31362
No related branches found
Tags v0.1.6
1 merge request!15Use ISO date format in history
......@@ -31,7 +31,7 @@ typeset -U path
# "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='%Y/%m/%d'
HIST_STAMPS='%Y-%m-%d'
# Don't store invocations of 'history' in the history
setopt HIST_NO_STORE
# Enable incremental append
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment