remove old ssh plugin for new scwrypts plugin!

This commit is contained in:
2023-07-20 15:04:36 -06:00
parent 8ab8647402
commit cf446be88f
12 changed files with 52 additions and 5 deletions

View File

@ -5,7 +5,8 @@
SCWRYPTS_SHORTCUT='' # CTRL + W
SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
source "$HOME/.wryn/scwrypts/dotwryn.scwrypts.zsh"
source "$HOME/.wryn/scwrypts/dotwryn/dotwryn.scwrypts.zsh"
source "$HOME/.wryn/scwrypts/ssh/ssh.scwrypts.zsh"
[ -f "$HOME/.config/scwrypts/config.local.zsh" ] \
&& source "$HOME/.config/scwrypts/config.local.zsh"