add dirstat-rs (alias ds)
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M user/settings/shell.nix → user/settings/shell.nix
@@ -31,6 +31,7 @@ "c," = "cd ${config.home.homeDirectory + "/projects/alanpearce.eu/nixfiles"}"; cg = "cd $(git root)"; cdg = "cd $(git root)"; + ds = "dirstat-rs"; fs = "bfs -nohidden"; http = "xh";@@ -144,6 +145,7 @@ sngc = "sudo nix-collect-garbage --delete-older-than 30d"; }; }; home.packages = with pkgs; [ + personal.dirstat-rs fzf ]; }