diff options
| author | Ben Beltran <ben@freshout.us> | 2012-10-19 11:13:49 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2012-10-19 11:13:49 -0500 |
| commit | 8b262e07e11a7081e5dbd18bfbb63f0fc86d6509 (patch) | |
| tree | 2c24b12ac339e427d47fa6657343da48efb1a356 /bash_profile | |
| parent | 2d1da1bac06fd91255a965c81ffd68b73b244885 (diff) | |
Change rvm color in prompt
Diffstat (limited to 'bash_profile')
| -rw-r--r-- | bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_profile b/bash_profile index e17aa94..ab591e3 100644 --- a/bash_profile +++ b/bash_profile @@ -55,7 +55,7 @@ export -f _set_git_envar_info #this thing for my prompt. export PROMPT_COMMAND="_set_git_envar_info" -export PS1='\[\e[0;31m\]\u\[\e[0m\] at \[\e[0;33m\]\h\[\e[0m\] in \[\e[0;32m\]\w\[\e[0m\]$GIT_PREFIX\[\e[1;34m\]$GIT_BRANCH\[\e[0m\]\[\e[0;32m\]$GIT_STATE \[\e[0;33m\]($RVM_COMMAND) \[\e[0m\] \n\$ ' +export PS1='\[\e[0;31m\]\u\[\e[0m\] at \[\e[0;33m\]\h\[\e[0m\] in \[\e[0;32m\]\w\[\e[0m\]$GIT_PREFIX\[\e[1;34m\]$GIT_BRANCH\[\e[0m\]\[\e[0;32m\]$GIT_STATE \[\e[0;30m\]($RVM_COMMAND) \[\e[0m\] \n\$ ' #display fortune when I start echo -e "\033[30m" |