From 573f931b4f68fd12ffbb9b3e22be74d52046b55d Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Sun, 19 Feb 2023 17:34:40 -0500 Subject: [PATCH] Add the dl abbreviation to fish --- configs/programs/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/programs/fish.nix b/configs/programs/fish.nix index 1fcc318..ca67cc4 100644 --- a/configs/programs/fish.nix +++ b/configs/programs/fish.nix @@ -27,6 +27,7 @@ pkgs: { ":q" = "exit"; "rmount" = "rclone --rc --rc-web-gui --rc-no-auth --cache-dir /tmp/rclone-cache mount --vfs-cache-mode full --vfs-cache-max-size 8Gi"; "backup" = "restic -r rclone:rit:'Restic Backups/'(hostname | sed \"s/\\(.\\)/\\u\\1/\") backup ~/ --exclude-caches --exclude-file=${import ./restic.nix} -p (pass backups | psub)"; + "dl" = "wget (kitty +kitten clipboard --get-clipboard)"; }; shellInit = '' set -x PATH ~/.cargo/bin/ ~/go/bin ~/.local/bin ~/.gem/ruby/*/bin /var/lib/flatpak/exports/bin/ $PATH