summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-20 09:57:13 +0100
committerAlan Pearce2025-03-20 09:57:13 +0100
commit482e03429e03f36cb79079f22cb2c07f7a051caa (patch)
tree3a269b29bd3ed00b807af5d52a51e11bbd877f4a /user/settings/shell.nix
parent82f7639c8527a04746443fc134a8773bfa7a7c52 (diff)
downloadnixfiles-482e03429e03f36cb79079f22cb2c07f7a051caa.tar.lz
nixfiles-482e03429e03f36cb79079f22cb2c07f7a051caa.tar.zst
nixfiles-482e03429e03f36cb79079f22cb2c07f7a051caa.zip
add dirstat-rs (alias ds)
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix2
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
   ];
 }