nit(global/shell): adjust spacing between aliases
This commit is contained in:
parent
5a5e1e81ce
commit
11612a1671
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue