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