change color and position of PROD/STG
This commit is contained in:
parent
77565259cd
commit
8fca5c5326
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
# Set PS1 based on env
|
||||
#
|
||||
PS1="\e[0;31m[PROD]\e[m[\u@\h \W]\$ "
|
||||
PS1="[\u@\h:\W]\e[0;33m[PROD]\e[m$ "
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Set PS1 based on env
|
||||
#
|
||||
PS1="[STG]\e[m[\u@\h \W]\$ "
|
||||
PS1="[\u@\h:\W]\e[0;36m[STG]\e[m$ "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue