bash: fix shellAliases description
The aliases aren't added to all users' shells.
This commit is contained in:
parent
e27cd96494
commit
7190f46938
|
@ -84,8 +84,7 @@ in
|
|||
example = { ll = "ls -l"; ".." = "cd .."; };
|
||||
description = ''
|
||||
An attribute set that maps aliases (the top level attribute names in
|
||||
this option) to command strings or directly to build outputs. The
|
||||
aliases are added to all users' shells.
|
||||
this option) to command strings or directly to build outputs.
|
||||
'';
|
||||
type = types.attrs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue