From b83b45a22ff56b900ad4eec912163fd5d0cf0036 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 18 Apr 2025 13:06:31 -0500 Subject: [PATCH] / PS1 upd format --- dots/bash/.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index e645919..3e47559 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -53,7 +53,9 @@ alias tp="tp.sh" # --- # x terminal shell start string | https://askubuntu.com/questions/1340319/ps1-string-full-documentation-and-reference-page -PS1='[\u@\h \W]\$ ' +# https://bash-prompt-generator.org/ +# https://askubuntu.com/questions/193416/adding-timestamps-to-terminal-prompts +PS1='\D{%y%m%d@%H%M} [\u@\h \W]\$ ' # change the window title of x terminals case ${TERM} in