diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-24 09:19:33 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-24 09:19:33 +0000 |
commit | 8009a9ab9777d3a49f5ea9067b8aa14279196da1 (patch) | |
tree | 21a9aadf3de23af80371645517a79f14c6788134 /.zshrc | |
parent | update (diff) | |
download | scripts-8009a9ab9777d3a49f5ea9067b8aa14279196da1.tar.gz scripts-8009a9ab9777d3a49f5ea9067b8aa14279196da1.zip |
update
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,7 @@ alias gd="git diff --color-words" # enable aliases with sudo in the alias alias sudo="sudo " alias w3m="proxychains4 -q -f ~/proxies/ice/proxychains.conf /home/devi/w3m/w3m -o auto_image=FALSE -graph" +alias torw3m="torsocks --port 9053 /home/devi/w3m/w3m -o auto_image=FALSE -graph" alias rm="rm -I --one-file-system --preserve-root=all" alias vv="vim" alias ls="exa" @@ -198,6 +199,8 @@ alias socks5vpn5="autossh -M 0 -N -D 0.0.0.0:9990 -o ServerAliveInterval=180 -o alias socks5vpn6="autossh -M 0 -N -D 9993 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -6 -l ubuntu -p 3333 2a07:e01:3:204::1" alias socks5vpn7="autossh -M 0 -N -D 9992 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 3333 130.185.47.81" alias socks5vpn8="autossh -M 0 -N -D 0.0.0.0:9989 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 3333 185.130.47.208" +alias tormapped6="autossh -M 0 -N -L 9053:127.0.0.1:9050 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 3333 185.130.45.46" +alias tormapped8="autossh -M 0 -N -L 9054:127.0.0.1:9050 -o ServerAliveInterval=180 -o ServerAliveCountMax=3 -o ExitOnForwardFailure=yes -l ubuntu -p 3333 185.130.47.208" alias k9sskin="vim ~/scripts/.k9s/skin.yml" alias k9sconfig="vim ~/scripts/.k9s/config.yml" alias fixk9sskin="cp ~/scripts/.k9s/skin.yml ~/.config/k9s/skin.yml" |