Skip to content

Commit

Permalink
fish: add preferAbbrs option
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored and rycee committed Sep 13, 2024
1 parent 7923c69 commit 076c78e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/programs/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,16 @@ in {
'';
};

preferAbbrs = mkOption {
type = types.bool;
default = false;
example = true;
description = ''
If enabled, abbreviations will be preferred over aliases when
other modules define aliases for fish.
'';
};

shellInit = mkOption {
type = types.lines;
default = "";
Expand Down

0 comments on commit 076c78e

Please sign in to comment.