Adding time to bash history
echo 'export HISTTIMEFORMAT="%F %T "' >> ~/.bashrc Done! But apply only on new history lines Good news if you use zsh: just type history -i
echo 'export HISTTIMEFORMAT="%F %T "' >> ~/.bashrc
Done! But apply only on new history lines
Good news if you use zsh: just type history -i
What's Your Reaction?