diff options
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r-- | user/settings/shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 9807169d..cc436038 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -31,6 +31,7 @@ in cg = "cd $(git root)"; cdg = "cd $(git root)"; + ds = "dirstat-rs"; fs = "bfs -nohidden"; http = "xh"; @@ -144,6 +145,7 @@ in }; }; home.packages = with pkgs; [ + personal.dirstat-rs fzf ]; } |