Commit 79d6869a authored by Anton Beloglazov's avatar Anton Beloglazov Committed by Bruno Pinto

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

parent 7059648b
...@@ -39,7 +39,7 @@ function fish_prompt ...@@ -39,7 +39,7 @@ function fish_prompt
if [ (_git_branch_name) ] if [ (_git_branch_name) ]
set -l git_branch $brightred(_git_branch_name)$normal 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) set -l git_ahead_count (_git_ahead_count)
if [ $git_ahead_count != 0 ] if [ $git_ahead_count != 0 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment