Answers for "timestamp zsh terminal"

0

timestamp zsh terminal

# ~/.zshrc
RPROMPT='[%D{%L:%M:%S}] '$RPROMPT # time
RPROMPT="[%D{%f/%m/%y} | %D{%L:%M:%S}]" # date & time
Posted by: Guest on August-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language