From 5c3dce9aa5ab7de3802ab1cfad1d4ec486908eba Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 20 Oct 2021 20:58:58 +0200 Subject: [PATCH] add another alias for `curl` --- home/-shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/-shrc b/home/-shrc index 83b6d25..d377289 100644 --- a/home/-shrc +++ b/home/-shrc @@ -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