1
1
Fork 0

Add new ssh hosts

This commit is contained in:
Kenwood 2023-05-14 20:58:10 -04:00
parent ce12e90225
commit d3b21fb2f1
2 changed files with 7 additions and 1 deletions

View File

@ -37,6 +37,7 @@ Host romi
# My main NAS # My main NAS
Host zinc Host zinc
IdentityFile ~/.ssh/hydroxonium
HostName 10.85.3.120 HostName 10.85.3.120
User joe User joe
@ -45,6 +46,11 @@ Host houston
HostName 10.85.3.39 HostName 10.85.3.39
User joe User joe
# Caddy
Host caddy
HostName 10.85.3.9
User joe
# Steamcache # Steamcache
Host steamcache Host steamcache
HostName 10.85.3.60 HostName 10.85.3.60

2
.zshrc
View File

@ -1,7 +1,7 @@
# Joe added this: # Joe added this:
uwufetch uwufetch
echo "" echo ""
fortune fortune -a
# Add my bins to path # Add my bins to path
path+=("$HOME/.local/bin") path+=("$HOME/.local/bin")