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
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

2
.zshrc
View File

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