nit(global/shell): adjust spacing between aliases

This commit is contained in:
Infinidoge 2023-05-28 15:33:23 -04:00
parent 5a5e1e81ce
commit 11612a1671

View file

@ -34,7 +34,6 @@ in
# git # git
g = "git"; g = "git";
gcd = "cd $(git root || echo \".\")"; gcd = "cd $(git root || echo \".\")";
# grep # grep
@ -67,6 +66,7 @@ in
# Miscellaneous # Miscellaneous
dd = "dd status=progress"; dd = "dd status=progress";
cat = "bat --paging=never"; cat = "bat --paging=never";
catp = "bat --paging=always"; catp = "bat --paging=always";