Skip to content

Instantly share code, notes, and snippets.

@mjn666
Created August 28, 2014 06:27
Show Gist options
  • Save mjn666/8d7203101bdfa1a5440b to your computer and use it in GitHub Desktop.
Save mjn666/8d7203101bdfa1a5440b to your computer and use it in GitHub Desktop.
$PS1 Environments
PS1='\e[42m\e[30m \u@\h \@ \e[47m\e[30m \w \e[m\]\n$ ' # LOCAL
PS1='\e[43m\e[30m \u@\h \@ \e[47m\e[30m \w \e[m\]\n$ ' # STAGING
PS1='\e[41m\e[1;37m \u@\h \@ \e[47m\e[30m \w \e[m\]\n$ ' # PRODUCTION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment