nixos/shells: do not override user-defined shell aliases
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user