Add a new abbreviation

abbr

  • Manage abbreviations for the fish shell.
    User-defined words are replaced with longer phrases after they are entered.
    More information: <https://fishshell.com/docs/current/cmds/abbr.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

abbr --add {{abbreviation_name}} {{command}} {{command_arguments}}

click the source code to copy