ABBR(1)

NAME

abbr - manage fish-style interactive abbreviations.

SYNOPSIS

abbr
abbr --list
abbr --erase name
abbr name expansion

DESCRIPTION

abbr manages fish-style interactive abbreviations. Abbreviations expand in the editor before execution and do not affect scripts. Abbreviation names use shell variable name syntax.

OPTIONS

--list
List abbreviations as reusable abbr name 'expansion' commands. This is also the default when no operands are provided.
--erase
Remove an abbreviation.

EXIT STATUS

Zero on success, one when erasing a missing abbreviation, and two for usage errors.

SEE ALSO

rush-builtins(7), rush configuration.