Browse Source

.bash/prompt.in: changed to use HH:MM:SS time without calling `date`

master
Alejandro Mery 16 years ago
parent
commit
7f94f15e38
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .bash/prompt.in

+ 1
- 2
.bash/prompt.in

@ -16,8 +16,7 @@ function eliteprompt() {
esac
# timestamp
ps1a='$( date +%H:%M )'
ps1=$ps1$BLUE'['$CYAN$ps1a$BLUE']'
ps1="$BLUE[$CYAN\\t$BLUE]"
# user/host
ps1a=$NOCOLOR\\u$CYAN\@$NOCOLOR\\h

Loading…
Cancel
Save