X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d57336448dd1fe065ed427b5ff0ccb722b97df5c..e081ae2be04bf7224eadc202f3b9e821d65a440b:/zsh/aliases/git.zsh diff --git a/zsh/aliases/git.zsh b/zsh/aliases/git.zsh index f46ed91..15e5df1 100644 --- a/zsh/aliases/git.zsh +++ b/zsh/aliases/git.zsh @@ -50,7 +50,7 @@ alias gsum='git branch --set-upstream-to=origin/HEAD' alias gwl='git worktree list' function gwa { git worktree add wt/$1 $1 } -compdef _git gwa='_git_commits' +compdef -e '__git_remote_branch_names_noprefix' gwa alias gcl='git config --list' alias gcp='git cherry-pick'