zsh doc: precise environment.shellAliases
This commit is contained in:
parent
5402412b97
commit
d9ebd0d35b
@ -36,8 +36,9 @@ in
|
|||||||
shellAliases = mkOption {
|
shellAliases = mkOption {
|
||||||
default = config.environment.shellAliases;
|
default = config.environment.shellAliases;
|
||||||
description = ''
|
description = ''
|
||||||
Set of aliases for zsh shell. See <option>environment.shellAliases</option>
|
Set of aliases for zsh shell. Overrides the default value taken from
|
||||||
for an option format description.
|
<option>environment.shellAliases</option>.
|
||||||
|
See <option>environment.shellAliases</option> for an option format description.
|
||||||
'';
|
'';
|
||||||
type = types.attrs; # types.attrsOf types.stringOrPath;
|
type = types.attrs; # types.attrsOf types.stringOrPath;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user