change color and position of PROD/STG

This commit is contained in:
aikidouke 2016-04-08 19:12:52 +00:00
parent 77565259cd
commit 8fca5c5326
2 changed files with 3 additions and 2 deletions

View file

@ -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$ "

View file

@ -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$ "