Skip to content

Instantly share code, notes, and snippets.

@teirich
Created April 29, 2015 04:14
Show Gist options
  • Save teirich/fc5ea0b9799bb9b16080 to your computer and use it in GitHub Desktop.
Save teirich/fc5ea0b9799bb9b16080 to your computer and use it in GitHub Desktop.
#ONE PS1 TO RULE THEM ALL
#add this to ~/.bash_profile or system equivalent
export PS1="\[\033[0;32m\]\u@\`if [ \$? = 0 ]; then echo \[\e[32m\] ┬─┬ノ\(º _ ºノ\); else echo \[\e[31m\] \(ノಥ 益ಥ)ノ ┻━┻ ; fi\`\[\e[0m\]:\w\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment