programs.fish.shellAbbrs

Set of fish abbreviations.

Type
attribute set of string
Default
{ }
Example
{
  gco = "git checkout";
  npu = "nix-prefetch-url";
}
Declared
<nixpkgs/nixos/modules/programs/fish.nix>