Last active
February 5, 2017 21:42
-
-
Save denysxftr/c7ac593c9a797522e8b9e84c16cf01ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS1='\[\e[0;31m\][PRODUCTION]\[\e[0m\][\u@\[\e[0;92m\]\h\[\e[0m\]:\[\e[0;96m\]\w\[\e[0m\]] $ ' # production | |
PS1='\[\e[0;36m\][STAGING]\[\e[0m\][\u@\[\e[0;92m\]\h\[\e[0m\]:\[\e[0;96m\]\w\[\e[0m\]] $ ' # staging | |
PS1='\[\e[0;31m\][PRODUCTION]\[\e[0m\][\u@\[\e[0;92m\]\h\[\e[0m\]:\[\e[0;96m\]\w\[\e[0m\]]\[\e[1;31m\][ROOT]\[\e[0m\] # ' # production root | |
PS1='\[\e[0;36m\][STAGING]\[\e[0m\][\u@\[\e[0;92m\]\h\[\e[0m\]:\[\e[0;96m\]\w\[\e[0m\]]\[\e[1;31m\][ROOT]\[\e[0m\] # ' # staging root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment