mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
fish: minor formatting fixes
This commit is contained in:
parent
2bff6e5188
commit
8d2cb0ef9b
1 changed files with 7 additions and 6 deletions
|
@ -24,8 +24,9 @@ in
|
||||||
shellAliases = mkOption {
|
shellAliases = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
description = ''
|
description = ''
|
||||||
Set of aliases for fish shell. See <option>environment.shellAliases</option>
|
Set of aliases for fish shell. See
|
||||||
for an option format description.
|
<option>environment.shellAliases</option> for an option
|
||||||
|
format description.
|
||||||
'';
|
'';
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue