summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <>2020-05-09 14:21:49 -0700
committertslil clingman <>2020-05-09 14:21:49 -0700
commitf0121420fcdc1d1f0700e5bf885f2177a64d8413 (patch)
treea7f30674b3202e9a7120aceea5a1b5815b8a426f
parent1b69166937912b5810f1e99a7038f296bfed960c (diff)
Small cleanup
-rw-r--r--.bashrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index e3cfee6..8ae85de 100644
--- a/.bashrc
+++ b/.bashrc
@@ -6,13 +6,11 @@ leftprompt() {
d=$(date +"%H.%M");
v=$(vcs);
u=#; (( $(id -u) )) && u=\$;
- # PS1=
PS1="\[$(tput sgr0)\][\[$(tput bold)\]\u@\h:\[$(tput setaf 30)\]$p\[$(tput sgr0)\]]\
(\[$(tput setaf 32)\]$d\[$(tput sgr0)\])$r$v\[$(tput rev)\]$u\[$(tput sgr0)\] ";
}
PROMPT_COMMAND=leftprompt
-# PS1="$(leftprompt)"
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|alacritty)