Skip to content

Instantly share code, notes, and snippets.

@denysxftr
Last active February 5, 2017 21:42
Show Gist options
  • Save denysxftr/c7ac593c9a797522e8b9e84c16cf01ef to your computer and use it in GitHub Desktop.
Save denysxftr/c7ac593c9a797522e8b9e84c16cf01ef to your computer and use it in GitHub Desktop.
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