diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-24 21:26:54 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-24 21:26:54 +0000 |
commit | a2c685f04294da1da671bfb378514b12f8532c97 (patch) | |
tree | c39923a7f883cc0b4a478251b2cb3f6407e746e5 /.zshrc | |
parent | irssi config (diff) | |
download | scripts-a2c685f04294da1da671bfb378514b12f8532c97.tar.gz scripts-a2c685f04294da1da671bfb378514b12f8532c97.zip |
scotch now leaves normal data alone. added battery to tmux.
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ alias socks5ir="autossh -M 0 -N -D 9997 -o ServerAliveInterval=180 -o ServerAliv alias socks5vpn1="autossh -M 0 -N -D 9999 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l rooot 145.239.165.137" alias socks5vpn2="autossh -M 0 -N -D 9996 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l rooot -p 1022 192.99.102.52" alias socks5vpn3="autossh -M 0 -N -D 9995 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l root -p 2022 185.112.147.110" +alias socks5vpn4="autossh -M 0 -N -D 9994 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 1022 130.185.121.80" alias cloud_one="ssh 130.185.121.80 -l ubuntu -p 1022" alias zharf_server="zssh 192.168.12.5 -l farzad" alias k9sskin="vim ~/scripts/.k9s/skin.yml" |