Adding timestamp to each line on Zsh
I’ve found it more non-destructive to actually prepend the time to the existing prompt without overriding it completely. This makes it work with any existing theme without interfering with its styling. Add this at the end of your .zshrc file. You can type the command nano ~/.zshrc to edit it using nano: PROMPT=’%{$fg[yellow]%}[%D{%f/%m/%y} %D{%L:%M:%S}] ‘$PROMPT … Read more