mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Merge commit 'refs/merge-requests/10' of git://gitorious.org/fish-shell/fish-shell into merge-requests/10
This commit is contained in:
commit
c8981c048f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue