Add new abbr
This commit is contained in:
parent
34083f9bc9
commit
6f19fe4583
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
||||||
latest = "git log | head -1 | awk '{print $2;}' | xsel -ib";
|
latest = "git log | head -1 | awk '{print $2;}' | xsel -ib";
|
||||||
vpnup = "nmcli con up 'iFacts VPN'";
|
vpnup = "nmcli con up 'iFacts VPN'";
|
||||||
vpndown = "nmcli con down 'iFacts VPN'";
|
vpndown = "nmcli con down 'iFacts VPN'";
|
||||||
|
dl = {
|
||||||
|
setCursor = "&";
|
||||||
|
expansion = "yt-dlp -o \"~/videor/%(title)s - %(uploader)s\" \"&\"";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue