mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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 {
|
||||
default = {};
|
||||
description = ''
|
||||
Set of aliases for fish shell. See <option>environment.shellAliases</option>
|
||||
for an option format description.
|
||||
Set of aliases for fish shell. See
|
||||
<option>environment.shellAliases</option> for an option
|
||||
format description.
|
||||
'';
|
||||
type = types.attrs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue