public
Description: Meus arquivos de configuração (bash, git, etc...)
Clone URL: git://github.com/edsono/my-profiles.git
Atualizado com a configuração do .bash_profile do dreamhost
edsono (author)
Thu Sep 25 08:10:19 -0700 2008
commit  58f58fbb55db51bd0710d55fcbd5d6c514ba22d0
tree    a8e8f7f0dcd85db4adb4ea37b0fa4271499a7740
parent  046cb11e6c85ba038a06dfcc13ff6d3efe95f25a
...
36
37
38
 
39
40
41
...
36
37
38
39
40
41
42
0
@@ -36,6 +36,7 @@ parse_git_branch() {
0
   git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
0
 }
0
 
0
+umask 002
0
 # However, I had the same line-wrapping problem you did. The fix was to insert \[ and \] around
0
 # the ANSI escapes so that the shell knows not to include them in the line wrapping calculation.
0
 export PS1="\[\e[32m\]\u@\h:\[\e[36m\]\w\[\e[32m\]\$(parse_git_branch)\[\e[0;36m\] $ \[\e[0m\]"

Comments

    No one has commented yet.