diff options
author | Linnnus <[email protected]> | 2023-09-22 15:56:58 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-22 15:57:14 +0200 |
commit | d0fdf5abad8f9a6fdc8b412847d457cd47c9a304 (patch) | |
tree | 2453761ba0903d2ef11b2919be27bc376932f92f | |
parent | f0c14ce8b7ef5066a1d31751448d64b5cd991b0d (diff) |
Add tree alias
-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"; }; } |