From 6f19fe4583a319d72c88365201ca633f44808f9d Mon Sep 17 00:00:00 2001 From: fwastring Date: Tue, 17 Jun 2025 14:51:45 +0200 Subject: [PATCH] Add new abbr --- shared/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/fish.nix b/shared/fish.nix index 476112b..015ed72 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -44,6 +44,10 @@ latest = "git log | head -1 | awk '{print $2;}' | xsel -ib"; vpnup = "nmcli con up 'iFacts VPN'"; vpndown = "nmcli con down 'iFacts VPN'"; + dl = { + setCursor = "&"; + expansion = "yt-dlp -o \"~/videor/%(title)s - %(uploader)s\" \"&\""; + }; }; interactiveShellInit = '' fish_vi_key_bindings