From 482e03429e03f36cb79079f22cb2c07f7a051caa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 20 Mar 2025 09:57:13 +0100 Subject: add dirstat-rs (alias ds) --- user/settings/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/settings/fish.nix') diff --git a/user/settings/fish.nix b/user/settings/fish.nix index 574c74d3..7695504a 100644 --- a/user/settings/fish.nix +++ b/user/settings/fish.nix @@ -50,7 +50,7 @@ }; }; functions = { - ds = "du -hd1 $argv[1] | sort -h"; + dus = "du -hd1 $argv[1] | sort -h"; last_history_item = "echo $history[1]"; }; }; -- cgit 1.4.1