This commit is contained in:
Elmar Sönser 2021-11-30 14:50:16 +01:00
parent b8745f421e
commit f53da39623

4
.zshrc
View file

@ -135,6 +135,7 @@ plugins=(
sudo
web-search
fzf
wsl2
)
source $ZSH/oh-my-zsh.sh
@ -221,5 +222,6 @@ alias civplay="rm -f ~/.local/share/Steam/steamapps/common/Sid\ Meier\'s\ Civili
## sshuttle to ssh.geo (root all traffic but local and ssh.geo itself)
alias geossh="sshuttle --dns -r ssh -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 0/0"
alias geoes="sshuttle --dns -r es -x 192.189.78.0/23 -x 192.168.178.0/23 -x 128.131.74.216 -x 128.131.72.92 -x 128.131.72.55 0/0"
#### Show OS Info on startup
#if [ -f /usr/bin/screenfetch ]; then screenfetch; fi