3 lines
113 B
Bash
3 lines
113 B
Bash
# Set PS1 based on env
|
|
#
|
|
[[ $- =~ i ]] && PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD-IAD2]\[$(tput sgr0)\]\\$ \[\]"
|