ohmyzsh / ohmyzsh

🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Home Page:https://ohmyz.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git plugin: please add commit & push alias

vitaly-zdanevich opened this issue · comments

If the feature request is for a plugin or theme, specify it here.

Git plugin

If the feature solves a problem you have, specify it here.

No response

Describe the proposed feature.

Like

amp() {
git commit -am "$1"
git push
}

Describe alternatives you've considered

No response

Additional context

No response

Related Issues

No response

Hi! We have two separate aliases for that! (gcam gp).
If you particularly need that alias, I recommend you define it in your zshrc. We're trying to avoid polluting more with aliases of the git plugin unless something is critical.
Thanks for the idea!