diff --git a/home/program/bash/module/Curl.nix b/home/program/bash/module/Curl.nix new file mode 100644 index 00000000..289cc40d --- /dev/null +++ b/home/program/bash/module/Curl.nix @@ -0,0 +1,5 @@ +{ ... }: { + text = '' + alias wcurl="wcurl --curl-options='--progress-bar --http2 --continue-at -'" + ''; +}