nix/home/program/bash/module/Curl.nix

6 lines
107 B
Nix
Raw Normal View History

2024-08-24 03:22:54 +03:00
{ ... }: {
text = ''
alias wcurl="wcurl --curl-options='--progress-bar --http2 --continue-at -'"
'';
}