From d0fdf5abad8f9a6fdc8b412847d457cd47c9a304 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 22 Sep 2023 15:56:58 +0200 Subject: Add tree alias --- hosts/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') diff --git a/hosts/common.nix b/hosts/common.nix index 57c88cd..b890431 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -38,5 +38,6 @@ "ls" = "ls -A --color=auto"; "grep" = "grep --color=auto"; "file" = "file --no-dereference"; + "tree" = "tree --dirsfirst"; }; } -- cgit v1.2.3