Removed an unneeded line.
This commit is contained in:
parent
13aec9eb10
commit
95c01d4f37
1 changed files with 0 additions and 1 deletions
1
profile
1
profile
|
@ -12,7 +12,6 @@ function prompt {
|
|||
TITLEBAR='\[\033]0;\u@\h:\w\007\]'
|
||||
FAILURE_COLOR="if [[ \$? = '0' ]]; then echo \"$GREEN\"; else echo \"$RED\"; fi"
|
||||
|
||||
#PS1="$BLUE\u@\h $RED[\t]>$NO_COLOR "
|
||||
PS1="$BLUE[\t] \`$FAILURE_COLOR\` \u@\h> $NO_COLOR"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue