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