diff options
author | Alan Pearce | 2025-03-20 09:57:13 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-20 09:57:13 +0100 |
commit | 482e03429e03f36cb79079f22cb2c07f7a051caa (patch) | |
tree | 3a269b29bd3ed00b807af5d52a51e11bbd877f4a /user/settings/fish.nix | |
parent | 82f7639c8527a04746443fc134a8773bfa7a7c52 (diff) | |
download | nixfiles-482e03429e03f36cb79079f22cb2c07f7a051caa.tar.lz nixfiles-482e03429e03f36cb79079f22cb2c07f7a051caa.tar.zst nixfiles-482e03429e03f36cb79079f22cb2c07f7a051caa.zip |
add dirstat-rs (alias ds)
Diffstat (limited to 'user/settings/fish.nix')
-rw-r--r-- | user/settings/fish.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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]"; }; }; |