mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
bash: fix shellAliases description
The aliases aren't added to all users' shells.
This commit is contained in:
parent
e27cd96494
commit
7190f46938
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@ in
|
||||||
example = { ll = "ls -l"; ".." = "cd .."; };
|
example = { ll = "ls -l"; ".." = "cd .."; };
|
||||||
description = ''
|
description = ''
|
||||||
An attribute set that maps aliases (the top level attribute names in
|
An attribute set that maps aliases (the top level attribute names in
|
||||||
this option) to command strings or directly to build outputs. The
|
this option) to command strings or directly to build outputs.
|
||||||
aliases are added to all users' shells.
|
|
||||||
'';
|
'';
|
||||||
type = types.attrs;
|
type = types.attrs;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue