all repos — nixfiles @ 482e03429e03f36cb79079f22cb2c07f7a051caa

System and user configuration, managed by nix and home-manager

add dirstat-rs (alias ds)

Alan Pearce
commit

482e03429e03f36cb79079f22cb2c07f7a051caa

parent

82f7639c8527a04746443fc134a8773bfa7a7c52

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M user/settings/fish.nixuser/settings/fish.nix
@@ -50,7 +50,7 @@ function = "last_history_item";
}; }; functions = { - ds = "du -hd1 $argv[1] | sort -h"; + dus = "du -hd1 $argv[1] | sort -h"; last_history_item = "echo $history[1]"; }; };