fish-shell/share
Kevin Ballard 8e8e63144b Rewrite abbr function
The usage is still the same, but it's a lot more robust, and also no
longer assumes $fish_user_abbreviations must be a universal variable.

This also fixes the unexpected error output when calling `abbr -a` with
no existing abbreviations.

Calling `abbr -a` with an abbreviation that already exists now silently
overwrites the abbreviation, just like `function` and `bind` do, instead
of complaining.
2014-10-07 19:14:44 -07:00
..
completions abbr.fish: add abbr, a command to manipulate abbreviations 2014-10-05 12:23:31 +08:00
functions Rewrite abbr function 2014-10-07 19:14:44 -07:00
tools web_config: fix output if no abbreviations defined 2014-10-07 12:21:02 +08:00
config.fish Create and use $DATADIR/vendor_completions.d/ for upstream completions 2014-10-01 21:28:01 +08:00