1
1
Fork 0
This commit is contained in:
Kenwood 2021-08-24 15:14:04 -04:00
commit 2f533116b7
2 changed files with 8 additions and 0 deletions

View File

@ -62,3 +62,9 @@ Host kitsunehosting.net
Host devserver Host devserver
HostName 10.12.32.35 HostName 10.12.32.35
User joe User joe
# The little docker host in the closet
# Runs the vestabot image
Host stdocker1
HostName 10.20.30.225
IdentityFile ~/.ssh/stdocker

2
.zshrc
View File

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