Skip to content

Instantly share code, notes, and snippets.

@angry-dan
Created July 25, 2014 09:42
Show Gist options
  • Save angry-dan/ccc2cdff18e2b57081cc to your computer and use it in GitHub Desktop.
Save angry-dan/ccc2cdff18e2b57081cc to your computer and use it in GitHub Desktop.
# Use: red for live, yellow
# Red
PS1='\[\033[0;31m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
# Yellow
PS1='\[\033[0;33m\]\u@\h\[\033[0;34m\] \w \$\[\033[00m\] '
# Green
PS1='\[\033[0;32m\]\u@\h\[\033[0;34m\] \w \$\[\033[00m\] '
# Green/Localhost
PS1='\[\033[0;32m\]\u@local\[\033[0;34m\] \w \$\[\033[00m\] '
alias ls="ls --color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment