mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 08:41:43 +00:00
Rename git-current-branch to git-branch-current
This commit is contained in:
@ -16,7 +16,7 @@ url=$(
|
||||
branches=($(
|
||||
git branch -r | sed -e "/${remote}\/HEAD -> ${remote}/d" -e "s/^[[:space:]]*${remote}\///g"
|
||||
))
|
||||
current_branch="$(git-current-branch)"
|
||||
current_branch="$(git-branch-current)"
|
||||
branch="${2:-master}"
|
||||
file="$3"
|
||||
|
||||
|
Reference in New Issue
Block a user