programs.fish.shellAbbrs
Home-Manager option
An attribute set that maps aliases (the top level attribute names in this option) to abbreviations. Abbreviations are expanded with the longer phrase after they are entered.
type: attribute set of (string or (submodule))Default
{ }Example
declared in: <home-manager/modules/programs/fish.nix>source unavailable{ l = "less"; gco = "git checkout"; "-C" = { position = "anywhere"; expansion = "--color"; }; }