fish: add tailscale abbreviations
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
33c4a16447
commit
00d24af03e
1 changed files with 15 additions and 6 deletions
|
@ -192,13 +192,22 @@ in {
|
|||
s = "ssh";
|
||||
si = "ssh -o KexAlgorithms=+diffie-hellman-group1-sha1 -o HostkeyAlgorithms=+ssh-rsa -o Ciphers=aes256-cbc";
|
||||
|
||||
ta = "tmux attach";
|
||||
td = "tmux detach";
|
||||
tk = "tmux kill-session";
|
||||
tl = "tmux list-sessions";
|
||||
t = "tailscale";
|
||||
td = "sudo tailscale down";
|
||||
te = "sudo tailscale exit-node";
|
||||
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";
|
||||
tsip = "tailscale ip --4";
|
||||
txa = "tmux attach";
|
||||
txd = "tmux detach";
|
||||
txk = "tmux kill-session";
|
||||
txl = "tmux list-sessions";
|
||||
|
||||
w = "waydroid";
|
||||
wa = "waydroid app";
|
||||
|
|
Loading…
Add table
Reference in a new issue