abbr
linux
Manage abbreviations for the fish shell. User-defined words are replaced with longer phrases after they are entered.
More info →Options (3)
-a, --addbooleanAdd a new abbreviation
Example:
abbr {{[-a|--add]}} {{abbreviation_name}} {{command}} {{command_arguments}}-e, --erasebooleanErase an existing abbreviation
Example:
abbr {{[-e|--erase]}} {{abbreviation_name}}-s, --showbooleanImport the abbreviations defined on another host over SSH
Example:
ssh {{host_name}} abbr {{[-s|--show]}} | sourcemade by @shridhargupta | data from tldr-pages