mirror of
https://github.com/pgrondek/config.git
synced 2025-02-18 07:39:40 +00:00
[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"
|
PS1="${PS1}\[\033[34m\]\h"
|
||||||
fi
|
fi
|
||||||
if [ -f $WORK_FLAG_FILE ]; then
|
if [ -f $WORK_FLAG_FILE ]; then
|
||||||
PS1='${PS1}\[\033[33m\]\h'
|
PS1="${PS1}\[\033[33m\]\h"
|
||||||
else
|
else
|
||||||
PS1="${PS1}\[\033[32m\]\h"
|
PS1="${PS1}\[\033[32m\]\h"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue