mirror of
https://github.com/pgrondek/config.git
synced 2024-11-25 21:25:39 +00:00
[bash] fix propt on work computer
This commit is contained in:
parent
21cc53222f
commit
4a1270b17a
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 New Issue
Block a user