summary refs log tree commit diff stats
path: root/user/settings/fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/fish.nix')
-rw-r--r--user/settings/fish.nix2
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]";
     };
   };