http://www.perlmonks.org?node_id=680993


in reply to Re: Work practices: log books, notes files...
in thread Work practices: log books, notes files...

My zshrc has ...

date=$( date +'%Y%m%d' ) # HOSTNAME is assigned, well, host name elsewhere. HISTFILE="${HOME}/log/sh/zhist.${date}.${HOSTNAME}" SAVEHIST=9000 HISTSIZE=9500