Skip to content

Commit

Permalink
New git status without conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
thillain committed Nov 1, 2011
1 parent 70c92fd commit 4e80589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ alias gs='git status'
# git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e "s/* \(.*\)/\1$(parse_git_dirty)/"
#}
#PS1='\[\033[01;34m\]\w \$\[\033[00m\] $(parse_git_branch)'
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\]'
#PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\]'
#New Git status
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \w \$\[\033[00m\] \[\033[01;39m\]$(__git_ps1 " (%s)")'

#Command to run spec
alias rb='ruby -S bundle exec rspec'
Expand Down

0 comments on commit 4e80589

Please sign in to comment.