diff --git a/modules/global/packages.nix b/modules/global/packages.nix index ae5f67d..7808997 100644 --- a/modules/global/packages.nix +++ b/modules/global/packages.nix @@ -49,7 +49,7 @@ sshfs strace tealdeer - tree + tre-command unixtools.whereis unrar-wrapper unzip diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 1731b8c..be9f48e 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -37,6 +37,8 @@ in erd = "erd --human --hidden --no-git"; et = "erd"; + tree = "tre --all"; + # git g = "git"; gcd = "cd $(git root || echo \".\")";