tweak(global/shell): add catp alias (cat paging)
This commit is contained in:
parent
6f8c048cf5
commit
420d06cc69
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ in
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
dd = "dd status=progress";
|
dd = "dd status=progress";
|
||||||
cat = "bat --paging=never";
|
cat = "bat --paging=never";
|
||||||
|
catp = "bat --paging=always";
|
||||||
|
|
||||||
lsdisk = "lsblk -o name,size,mountpoints,fstype,label,uuid,fsavail,fsuse%";
|
lsdisk = "lsblk -o name,size,mountpoints,fstype,label,uuid,fsavail,fsuse%";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue