jhillyerd / plugin-git

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

Remove old abbr #14

Closed BarbzYHOOL closed 6 years ago

BarbzYHOOL commented 6 years ago

No way to remove old abbr easily? :)

If we modify one, then we're left with two abbr doing the same thing

jhillyerd commented 6 years ago

Which ones in particular? I want to preserve compatibility with https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet for the most part. I'm OK with the commands working slightly different, but I don't want to remove abbrevs people may have memorized.

BarbzYHOOL commented 6 years ago

I'm just asking for custom usage then.

I modified gco to gch but I still have gco (for example), do I have to track each abbr and remove it 1 by 1?

jhillyerd commented 6 years ago

I don't think fish abbreviations are permanent, so if you log all the way out (or reboot), you should get just the ones present in your branch. I could be wrong, I don't track fish development super closely.

BarbzYHOOL commented 6 years ago

nop I got both :(