diff --git a/plugins/git/git.plugin.sh b/plugins/git/git.plugin.sh index 431b32c26..54915bebb 100644 --- a/plugins/git/git.plugin.sh +++ b/plugins/git/git.plugin.sh @@ -246,6 +246,6 @@ alias glum='command git pull upstream master' alias gwch='command git whatchanged -p --abbrev-commit --pretty=medium' alias gwip='command git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify -m "--wip-- [skip ci]"' -alias gw='command git worktree' -alias gwa='command git worktree add' -alias gwr='command git worktree remove' +alias gw='git worktree' +alias gwa='git worktree add' +alias gwr='git worktree remove'