diff --git a/share/functions/__fish_git_branch_prompt.fish b/share/functions/__fish_git_branch_prompt.fish index e2026f6ed..f4d41f01c 100644 --- a/share/functions/__fish_git_branch_prompt.fish +++ b/share/functions/__fish_git_branch_prompt.fish @@ -5,7 +5,7 @@ function __fish_git_branch_prompt return 0 end - set branch (git-symbolic-ref HEAD 2>/dev/null| cut -d / -f 3) + set branch (git symbolic-ref HEAD 2>/dev/null| cut -d / -f 3) # check for rebase, bisect, etc # TODO