From 0c13fafaf581c101f2a7a903f0802a0025774b61 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 19 Aug 2021 09:40:55 -0400 Subject: [PATCH 1/2] Add fortune to zshrc --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) 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") From 15f2bc7dcc11533c1b5ca6e4e0af2b2ac0a07bad Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 19 Aug 2021 09:41:11 -0400 Subject: [PATCH 2/2] Update ssh config --- .ssh/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ssh/config b/.ssh/config index c2feb1a..b13c102 100644 --- a/.ssh/config +++ b/.ssh/config @@ -51,3 +51,9 @@ Host lapis 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