I was using the system version of git and then updated to the latest version using homebrew. After doing this, all the git shortcuts provided by the Oh-my-zsh git plugin stopped working. I tried to re-install Oh-my-JSS but in reality it is not known what else to do.
Whatever I have changed is that I have recently installed the hub, but I have not left it yet. From oh-my-zsh plugin containing To fix this, you can either: , which is
source ~ / .oh- Create the source plugin directly by adding my-zsh / plugins / git / git .plugin.zsh to your
~ / .zshrc ,
Git by adding
plugins = (...) in line
~ / .zshrc :
plugins = (git osx ruby) . Note: I understand that, if you have two rows with
plugins = () , then the second will be overwritten first - I think that (untested) that
plugins = ($ Plugins git) allows plugins to be enabled on multiple lines
No comments:
Post a Comment