From 83419fbadf1cf270a2642c1d29b43639c5c1ed2f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 10 Jul 2023 16:41:48 +0530 Subject: configuration: add basic aliases for root shell --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configuration.nix') 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 -- cgit v1.2.3