diff --git a/.ssh/config b/.ssh/config index da5d11e..6c488df 100644 --- a/.ssh/config +++ b/.ssh/config @@ -62,3 +62,9 @@ Host kitsunehosting.net Host devserver HostName 10.12.32.35 User joe + +# The little docker host in the closet +# Runs the vestabot image +Host stdocker1 + HostName 10.20.30.225 + IdentityFile ~/.ssh/stdocker diff --git a/.zshrc b/.zshrc index 8c6ba22..33d91de 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,7 @@ # Joe added this: uwufetch +echo "" +fortune # Add my bins to path path+=("$HOME/.local/bin")