From edbe4e1832220032b4625adbc82413eec40140c3 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 27 Sep 2023 10:56:21 +0200 Subject: Misc. shell niceties --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/common.nix b/hosts/common.nix index b890431..3817a62 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -35,7 +35,7 @@ "mv" = "mv -i"; "rm" = "rm -i"; "cp" = "cp -i"; - "ls" = "ls -A --color=auto"; + "ls" = "ls -F -G -A --color=auto"; "grep" = "grep --color=auto"; "file" = "file --no-dereference"; "tree" = "tree --dirsfirst"; -- cgit v1.2.3