bash: fix shellAliases description

The aliases aren't added to all users' shells.
This commit is contained in:
gmarmstrong 2018-06-10 22:41:27 -04:00
parent e27cd96494
commit 2fc1ff99a4
No known key found for this signature in database
GPG key ID: ED4DAE89F08242D2

View file

@ -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;
};