jhillyerd / plugin-git

Git aliases plugin for the Fish shell (similar to oh-my-zsh git)
MIT License
622 stars 85 forks source link

Switch to global abbreviations #34

Closed jhillyerd closed 3 years ago

jhillyerd commented 4 years ago

The fish abbr command defaults to universal mode, which means our abbreviations can impact instances of fish that do not have the plugin loaded, and the abbreviations will persist after the plugin is removed.

Switching to global abbreviations will make this plugin behave as people would expect it to.

jhillyerd commented 3 years ago

Fixed by #35 cleans up abbrevs during uninstall