Add new abbr

This commit is contained in:
fwastring 2025-06-17 14:51:45 +02:00
parent 34083f9bc9
commit 6f19fe4583

View file

@ -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