diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; } |