aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/functions/__fish_git_branch_prompt.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_git_branch_prompt.fish b/share/functions/__fish_git_branch_prompt.fish
index e2026f6e..f4d41f01 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