MyNixOS website logo
option

programs.fish.shellAbbrs

Set of fish abbreviations.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  gco = "git checkout";
  npu = "nix-prefetch-url";
}