fish: add preferAbbrs option

This commit is contained in:
Heitor Augusto 2024-09-10 13:47:02 -03:00 committed by Robert Helgesson
parent 7923c69152
commit 076c78eded
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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 = "";