Timestamp Zsh Terminal

# ~/.zshrc
RPROMPT='[%D{%L:%M:%S}] '$RPROMPT # time
RPROMPT="[%D{%f/%m/%y} | %D{%L:%M:%S}]" # date & time
Attractive Anteater