1
1
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Kenwood 95f92513e7 Add new plugin: virtualenv 2021-06-24 11:19:51 -04:00
Kenwood d648575024 Merge https://kitsunehosting.net/gitea/Kenwood/dotfiles 2021-06-24 11:12:16 -04:00
Kenwood a2ffeb7b85 Add new hosts 2021-06-24 11:11:21 -04:00
2 changed files with 6 additions and 0 deletions

View File

@ -45,3 +45,8 @@ Host aur.archlinux.org
Host lapis
HostName 10.17.21.30
User joe
# Silvertech
Host devserver
HostName 10.12.32.35
User joe

1
.zshrc
View File

@ -88,6 +88,7 @@ plugins=(
zsh-autosuggestions
zsh-syntax-highlighting
zsh-z
virtualenv
)
source $ZSH/oh-my-zsh.sh