beloglazov theme: removed the "git:" prefix from the branch name to make the prompt shorter

This commit is contained in:
Anton Beloglazov 2014-04-07 11:11:37 +10:00 committed by Bruno Pinto
parent 7059648b75
commit 79d6869a62

View File

@ -39,7 +39,7 @@ function fish_prompt
if [ (_git_branch_name) ]
set -l git_branch $brightred(_git_branch_name)$normal
set git_info "$blue git:($git_branch$blue)$normal"
set git_info "$blue ($git_branch$blue)$normal"
set -l git_ahead_count (_git_ahead_count)
if [ $git_ahead_count != 0 ]