mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add another alias for curl
This commit is contained in:
parent
360c2d4992
commit
5c3dce9aa5
1 changed files with 1 additions and 0 deletions
|
@ -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 rgn="rg --no-ignore" ### @- invoke ripgrep without respecting `.gitignore` files.
|
||||||
alias cms="cryptominisat5 --verb 0" ### @- invoke cryptominisat5 with less noise.
|
alias cms="cryptominisat5 --verb 0" ### @- invoke cryptominisat5 with less noise.
|
||||||
alias curls="curl -sS" ### @- invoke curl with less noise.
|
alias curls="curl -sS" ### @- invoke curl with less noise.
|
||||||
|
alias curLs="curl -L --no-progress-meter"
|
||||||
|
|
||||||
# git {{{2
|
# git {{{2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue