zsh doc: precise environment.shellAliases
This commit is contained in:
parent
5402412b97
commit
d9ebd0d35b
1 changed files with 3 additions and 2 deletions
|
@ -36,8 +36,9 @@ in
|
|||
shellAliases = mkOption {
|
||||
default = config.environment.shellAliases;
|
||||
description = ''
|
||||
Set of aliases for zsh shell. See <option>environment.shellAliases</option>
|
||||
for an option format description.
|
||||
Set of aliases for zsh shell. Overrides the default value taken from
|
||||
<option>environment.shellAliases</option>.
|
||||
See <option>environment.shellAliases</option> for an option format description.
|
||||
'';
|
||||
type = types.attrs; # types.attrsOf types.stringOrPath;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue