summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-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)