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>
Set of fish abbreviations.
attribute set of string{ }{
gco = "git checkout";
npu = "nix-prefetch-url";
}