mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/shells: do not override user-defined shell aliases
This commit is contained in:
parent
60ae563293
commit
e4e160cc39
2 changed files with 7 additions and 8 deletions
|
@ -8,12 +8,6 @@ with lib;
|
|||
|
||||
config = {
|
||||
|
||||
environment.shellAliases =
|
||||
{ ls = "ls --color=tty";
|
||||
ll = "ls -l";
|
||||
l = "ls -alh";
|
||||
};
|
||||
|
||||
environment.shellInit =
|
||||
''
|
||||
# Set up the per-user profile.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue