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%";