diff options
| author | tslil clingman <> | 2020-05-09 14:21:49 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-05-09 14:21:49 -0700 |
| commit | f0121420fcdc1d1f0700e5bf885f2177a64d8413 (patch) | |
| tree | a7f30674b3202e9a7120aceea5a1b5815b8a426f | |
| parent | 1b69166937912b5810f1e99a7038f296bfed960c (diff) | |
Small cleanup
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |
