Lots of new things

This commit is contained in:
fwastring 2025-06-22 23:03:13 +02:00
parent 9106b33ec9
commit 7722d6fa41
6 changed files with 48 additions and 6 deletions

View file

@ -43,11 +43,18 @@
cam = "jira issue create && jira issue assign && jira issue move";
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\" \"&\"";
};
s = {
setCursor = "%";
expansion = "cha https://search.wastring.com/search?q=%";
};
vpndown = {
setCursor = "%";
expansion = "nmcli con down 'iFacts VPN'";
};
dl = {
setCursor = "&";
expansion = "yt-dlp -o \"~/videor/%(title)s - %(uploader)s\" \"&\"";
};
};
interactiveShellInit = ''
fish_vi_key_bindings