From 880d67ddf7a1cfe108d5f103fa8eee7f811dcaad Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 9 Apr 2024 18:12:07 -0400 Subject: [PATCH] global/shell: add du alias --- modules/global/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 546236a..d485bf0 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -71,6 +71,8 @@ in dd = "dd status=progress"; + du = "du -h"; + cat = "bat --paging=never"; catp = "bat --paging=always";