mrzool / bash-sensible

An attempt at saner Bash defaults
https://github.com/mrzool/bash-sensible/blob/master/sensible.bash
MIT License
2.03k stars 94 forks source link

add comment that HISTTIMEFORMAT is ISO8601/RFC3339 #15

Closed josephholsten closed 8 years ago

josephholsten commented 8 years ago

because I didn't remember what the strftime formats %F & %T were from memory. Perhaps just replacing "useful timestamp" with "standard RFC3339 timestamp".

and the readme might link to https://tools.ietf.org/html/rfc3339

mrzool commented 8 years ago

Good suggestion, thank you.