Skip to content

Commit

Permalink
little change to prompte color
Browse files Browse the repository at this point in the history
  • Loading branch information
djtal committed Apr 9, 2012
1 parent 7525a90 commit 4ac27af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
Expand Up @@ -35,7 +35,7 @@ ORANGE=$'\e[33;40m'




# En fait l'important ici c'est le "\033[1;32m\]$(__git_ps1)\[\033[0m\]", le reste c'est mon prompt usuel… # En fait l'important ici c'est le "\033[1;32m\]$(__git_ps1)\[\033[0m\]", le reste c'est mon prompt usuel…
export PS1='${PINK}[${GREEN}\W${PINK}$(__git_ps1)${PINK}]@${ORANGE}\h:${D}\$ ' export PS1='[\W${GREEN}$(__git_ps1)${D}]@${ORANGE}\h:${D}\$ '


# autojump setting # autojump setting
if [ -f `brew --prefix`/etc/autojump ]; then if [ -f `brew --prefix`/etc/autojump ]; then
Expand Down

0 comments on commit 4ac27af

Please sign in to comment.