diff --git a/.ssh/config b/.ssh/config index 0dfc6a5..4f9ee58 100644 --- a/.ssh/config +++ b/.ssh/config @@ -37,6 +37,7 @@ Host romi # My main NAS Host zinc + IdentityFile ~/.ssh/hydroxonium HostName 10.85.3.120 User joe @@ -45,6 +46,11 @@ Host houston HostName 10.85.3.39 User joe +# Caddy +Host caddy + HostName 10.85.3.9 + User joe + # Steamcache Host steamcache HostName 10.85.3.60 diff --git a/.zshrc b/.zshrc index 33d91de..b3faf81 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ # Joe added this: uwufetch echo "" -fortune +fortune -a # Add my bins to path path+=("$HOME/.local/bin")