From 75b3280002b55e0be4ac97fb180af2248c710106 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 14 Sep 2023 21:03:32 +0900 Subject: feat(home/base): add aria2c alias --- home/profiles/base/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home') 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) { # /nixos/modules/config/shells-environment.nix clear = "clear && printf '\\e[3J'"; -- cgit 1.4.1