Home Manager, zsh HIST_STAMPS not taking

I’m not familiar with omz, last time I looked at it was 15 years ago…
But zsh itself supports timestamps, and if you want a specific format you can force that.
Set the option I mentioned earlier and run history -t "%Y-%m-%d" which should be the equivalent of the format you mentioned.

1 Like