diff --git a/.zshrc b/.zshrc index 503a927..b986558 100644 --- a/.zshrc +++ b/.zshrc @@ -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