tweak(global/shell): add acat and vcat aliases

audio cat and video cat respectively, in the same vein as icat -> image cat
This commit is contained in:
Infinidoge 2023-05-28 15:33:45 -04:00
parent 11612a1671
commit c7b5a8609c

View file

@ -69,6 +69,8 @@ in
cat = "bat --paging=never";
catp = "bat --paging=always";
acat = "mpv --no-audio-display";
vcat = "mpv";
lsdisk = "lsblk -o name,size,mountpoints,fstype,label,uuid,fsavail,fsuse%";