wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.4k stars 137 forks source link

No aliases after zplug install #184

Closed selfagency closed 2 years ago

selfagency commented 2 years ago

Check list

Environment info

Problem / Steps to reproduce

None of the default aliases specified in the docs are available in the shell after installing with zplug. I can only access commands with the full name or using git aliases (after I configued them).

forgit::add           forgit::checkout::branch  forgit::checkout::commit  forgit::checkout::file    forgit::checkout::tag  forgit::cherry::pick  forgit::clean        forgit::diff         forgit::fixup  forgit::ignore  forgit::ignore::clean  forgit::ignore::get
forgit::ignore::list  forgit::ignore::update    forgit::info              forgit::inside_work_tree  forgit::log            forgit::rebase        forgit::reset::head  forgit::stash::show  forgit::warn      
timoleistner commented 2 weeks ago

How did you solve it?

Edit: solved it myself by removing another plugin which defined an overlap of the same aliases.