Bhupesh-V/ugit

I'd like to add an oh-my-zsh-compatible plugin file

unixorn opened this issue · 2 comments

I'd like to add an oh-my-zsh compatible plugin file. This will let users of oh-my-zsh compatible shell frameworks automatically add ugit to their shell setup, and with some frameworks, automatically keep it up to date by periodically running git pull.

Describe the solution you'd like

Basically I'm going to write a very short (~3 lines of code) plugin file that the frameworks can load to automatically add the ugit repository to the user's $PATH.

This seems like a good idea. Please do this 👍🏽
Also, when you submit the PR, please add the Installation instructions in README for OMZ users

Will do