programs.fish.shellAbbrs

NixOS option

Set of fish abbreviations.

type: attribute set of string
Default
{ }
Example
{
  gco = "git checkout";
  npu = "nix-prefetch-url";
}
declared in: nixos/modules/programs/fish.nixView source on NixOS/nixpkgs →