From 323676d45bc6364ce8d03adac9973534e7dffb05 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 22 Apr 2025 11:12:22 -0500 Subject: [PATCH] / ps1 underline seem to mess up stuff can not go to the beginning of the line, at all times --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 1815334..c83baa2 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -63,7 +63,7 @@ alias tree="tree --du -h" # x terminal shell start string | https://askubuntu.com/questions/1340319/ps1-string-full-documentation-and-reference-page # https://bash-prompt-generator.org/ # https://askubuntu.com/questions/193416/adding-timestamps-to-terminal-prompts -PS1='⚙[\D{%y%m%d%H%M}|\u@\h \e[4m\]\w\e[0m\]]\$ ' +PS1='⚙[\D{%y%m%d%H%M}|\u@\h \w]\$ ' # change the window title of x terminals case ${TERM} in