mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Improve scripts for setting PS1
This commit is contained in:
committed by
Kevin Fenzi
parent
81de968011
commit
e84a937620
@@ -1,4 +1,4 @@
|
||||
# Set PS1 based on env
|
||||
#
|
||||
PS1="[\u@\h:\W]\e[0;33m[PROD]\e[m$ "
|
||||
PS1="[\u@\h \W]\[$(tput setaf 3)\][PROD]\[$(tput sgr0)\]\\$ \[\]"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Set PS1 based on env
|
||||
#
|
||||
PS1="[\u@\h:\W]\e[0;36m[STG]\e[m$ "
|
||||
PS1="[\u@\h \W]\[$(tput setaf 6)\][STG]\[$(tput sgr0)\]\\$ \[\]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user