1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-23 00:30:45 -07:00

add another alias for curl

This commit is contained in:
Connor Olding 2021-10-20 20:58:58 +02:00
parent 360c2d4992
commit 5c3dce9aa5

View File

@ -81,6 +81,7 @@ alias perlu='perl -Mopen=locale -Mutf8' ### @- invoke perl expecting files with
alias rgn="rg --no-ignore" ### @- invoke ripgrep without respecting `.gitignore` files.
alias cms="cryptominisat5 --verb 0" ### @- invoke cryptominisat5 with less noise.
alias curls="curl -sS" ### @- invoke curl with less noise.
alias curLs="curl -L --no-progress-meter"
# git {{{2