diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config index b45b76e..d738db0 100644 --- a/dotfiles/ssh/config +++ b/dotfiles/ssh/config @@ -12,3 +12,8 @@ Host * ForwardX11Trusted no ServerAliveInterval 120 CheckHostIP no + +Host warzone + Hostname warzone.shadowcats.club + Port 22 + User matir diff --git a/dotfiles/zshrc b/dotfiles/zshrc index c25e79b..901faa7 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -29,7 +29,7 @@ if [ -d $HOME/.oh-my-zsh ] ; then ZSH=$HOME/.oh-my-zsh ZSH_THEME="matir" ZSH_CUSTOM="$HOME/.zsh_custom" - plugins=(git encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv jekyll metasploit gcloud) + plugins=(encode64 gpg-agent pep8 pip python tmux urltools extract sudo virsh virtualenv jekyll metasploit gcloud) test -f /usr/share/virtualenvwrapper/virtualenvwrapper.sh && plugins+=(virtualenvwrapper) source $ZSH/oh-my-zsh.sh unset ZSH_THEME