forked from ohmyzsh/ohmyzsh
-
Notifications
You must be signed in to change notification settings - Fork 0
External plugins
Igor Adamenko edited this page Aug 21, 2016
·
3 revisions
There is no restriction for adding your plugin into zsh bundle (unlike themes) but the rationale for creating this page is next:
- sometimes you're not really sure if your plugin will not harm (e.g. it can break something).
It should be clear from this.
If you found yourself constantly typing git status
after bunch of commands like
git commit
and you want to avoid that, than this plugin is for you.
This plugin is a nice addition to git_prompt_status.
You can get it from here.
If names of your Git branches contain Jira issue code, this modification of standard jira
plugin is for you. It gets an issue code from current branch name and opens related issue.
You can get it from here.