mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
4 lines
113 B
Bash
4 lines
113 B
Bash
# Set PS1 based on env
|
|
#
|
|
[[ $- =~ i ]] && PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD-RDU3]\[$(tput sgr0)\]\\$ \[\]"
|