Skip to content

Commit

Permalink
vcprompt format shows revision
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesilva committed Mar 9, 2013
1 parent c567018 commit 113bba5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
url = https://github.com/elzr/vim-json.git
[submodule "vim/bundle/scala"]
path = vim/bundle/scala
url = https://github.com/derekwyatt/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "vim/bundle/actionscript"]
path = vim/bundle/actionscript
url = https://github.com/jeroenbourgois/vim-actionscript.git
Expand Down
2 changes: 1 addition & 1 deletion bash/os/mac/config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ YELLOW="\[\033[01;33m\]"
GREEN="\[\033[0;32m\]"


PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;33m\]\[\033[01;34m\]\w\[\033[01;33m\]`vcprompt -f " (%b:%u%m)"`\[\033[00m\]\$ '
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;33m\]\[\033[01;34m\]\w\[\033[01;33m\]`vcprompt -f " (%b:%r:%u%m)"`\[\033[00m\]\$ '
#PS1='(\d \@) \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[01;33m\]`__git_ps1` \[\033[00m\]\$ '
#PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\n\[\033[01;33m\]`__git_ps1`\[\033[0;31m\](\d \@) \[\033[00m\]\$ '
#PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;33m\]`__git_ps1`\[\033[01;34m\]\w\[\033[0;31m\] \[\033[00m\]\$ '
Expand Down
1 change: 1 addition & 0 deletions vim/bundle/scala
Submodule scala added at e5155e

0 comments on commit 113bba5

Please sign in to comment.