From 11612a1671c8485289aed7fcd79a6dbf18915ad6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 28 May 2023 15:33:23 -0400 Subject: [PATCH] nit(global/shell): adjust spacing between aliases --- modules/global/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index c1dcfee..92df583 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -34,7 +34,6 @@ in # git g = "git"; - gcd = "cd $(git root || echo \".\")"; # grep @@ -67,6 +66,7 @@ in # Miscellaneous dd = "dd status=progress"; + cat = "bat --paging=never"; catp = "bat --paging=always";