Curl : Add wcurl flags alias.
This commit is contained in:
parent
449abdd63d
commit
4ba17cc039
5
home/program/bash/module/Curl.nix
Normal file
5
home/program/bash/module/Curl.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
text = ''
|
||||
alias wcurl="wcurl --curl-options='--progress-bar --http2 --continue-at -'"
|
||||
'';
|
||||
}
|
Loading…
Reference in a new issue