diff options
-rw-r--r-- | configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 40b5514..1c5601d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,6 +54,10 @@ in # system environment = { binsh = "${pkgs.dash}/bin/dash"; + shellAliases = { + ls = "ls --color=auto --group-directories-first"; + grep = "grep --color=auto"; + }; systemPackages = with pkgs; [ dash unzip |