From 420d06cc69431a72009f52d817d915dbdc9594fa Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 13 Mar 2023 18:55:37 -0400 Subject: [PATCH] tweak(global/shell): add catp alias (cat paging) --- modules/global/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 2b63190..9cf9968 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -54,6 +54,7 @@ in # Miscellaneous dd = "dd status=progress"; cat = "bat --paging=never"; + catp = "bat --paging=always"; lsdisk = "lsblk -o name,size,mountpoints,fstype,label,uuid,fsavail,fsuse%";