1
1
Fork 0

fish: add tailscale abbreviations

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-02 12:35:59 -06:00
parent 33c4a16447
commit 00d24af03e
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -192,13 +192,22 @@ in {
s = "ssh"; s = "ssh";
si = "ssh -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa -o Ciphers=aes256-cbc"; si = "ssh -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa -o Ciphers=aes256-cbc";
ta = "tmux attach"; t = "tailscale";
td = "tmux detach"; td = "sudo tailscale down";
tk = "tmux kill-session"; te = "sudo tailscale exit-node";
tl = "tmux list-sessions"; ti = "tailscale ip --4";
tl = "sudo tailscale login";
tp = "tailscale ping";
ts = "tailscale status";
tss = "tailscale ssh";
tt = "sudo tailscale set";
tu = "sudo tailscale up";
tw = "sudo tailscale switch";
ts = "tailscale"; txa = "tmux attach";
tsip = "tailscale ip --4"; txd = "tmux detach";
txk = "tmux kill-session";
txl = "tmux list-sessions";
w = "waydroid"; w = "waydroid";
wa = "waydroid app"; wa = "waydroid app";