[bash] fix propt on work computer
This commit is contained in:
parent
21cc53222f
commit
4a1270b17a
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -66,7 +66,7 @@ if [ "$color_prompt" = yes ]; then
|
|||
PS1="${PS1}\[\033[34m\]\h"
|
||||
fi
|
||||
if [ -f $WORK_FLAG_FILE ]; then
|
||||
PS1='${PS1}\[\033[33m\]\h'
|
||||
PS1="${PS1}\[\033[33m\]\h"
|
||||
else
|
||||
PS1="${PS1}\[\033[32m\]\h"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue