mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 10:52:46 +08: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
|
@ -5,7 +5,7 @@ function __fish_git_branch_prompt
|
||||||
return 0
|
return 0
|
||||||
end
|
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
|
# check for rebase, bisect, etc
|
||||||
# TODO
|
# TODO
|
||||||
|
|
Loading…
Reference in New Issue
Block a user