diff options
author | sefidel <contact@sefidel.net> | 2023-09-14 21:03:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-14 21:03:32 +0900 |
commit | 75b3280002b55e0be4ac97fb180af2248c710106 (patch) | |
tree | 99d39618f34979242e20ada26242bca3f8c19483 | |
parent | d6e1131d004d9e67c8dec7a72f3f4227df7d2873 (diff) | |
download | nixrc-75b3280002b55e0be4ac97fb180af2248c710106.tar.gz nixrc-75b3280002b55e0be4ac97fb180af2248c710106.zip |
feat(home/base): add aria2c alias
-rw-r--r-- | home/profiles/base/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 0edf97a..7c304c3 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -145,6 +145,7 @@ in zshell.aliases = { vim = "nvim"; nvimdiff = "nvim -d"; + pardl = "aria2c -c -s 16 -x 16 -k 1M -j 1"; } // lib.optionalAttrs (pkgs.stdenv.isDarwin) { # <nixpkgs>/nixos/modules/config/shells-environment.nix clear = "clear && printf '\\e[3J'"; |