I'd like to add an oh-my-zsh-compatible plugin file
unixorn opened this issue · 2 comments
unixorn commented
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
.
Bhupesh-V commented
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
unixorn commented
Will do