Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created July 2, 2018 07:19
Show Gist options
  • Save lloiacono/5d35e4d5982212960d27844006970751 to your computer and use it in GitHub Desktop.
Save lloiacono/5d35e4d5982212960d27844006970751 to your computer and use it in GitHub Desktop.
history datetime
#Temp
HISTTIMEFORMAT="%d/%m/%y %T "
#Persistent
echo 'export HISTTIMEFORMAT="%d/%m/%y %T "' >> ~/.zshrc
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment