remove old ssh plugin for new scwrypts plugin!

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

3
.gitmodules vendored
View File

@ -12,9 +12,6 @@
path = zsh/plugins/code-activator path = zsh/plugins/code-activator
url = https://yage.io/zsh/code-activator url = https://yage.io/zsh/code-activator
update = rebase update = rebase
[submodule "ssh-zsh"]
path = zsh/plugins/ssh
url = https://yage.io/zsh/ssh
[submodule "scwrypts"] [submodule "scwrypts"]
path = zsh/plugins/scwrypts path = zsh/plugins/scwrypts
url = https://yage.io/wrynegade/scwrypts.git url = https://yage.io/wrynegade/scwrypts.git

View File

@ -5,7 +5,8 @@
SCWRYPTS_SHORTCUT='' # CTRL + W SCWRYPTS_SHORTCUT='' # CTRL + W
SCWRYPTS_ENV_SHORTCUT='' # CTRL + / 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" ] \ [ -f "$HOME/.config/scwrypts/config.local.zsh" ] \
&& source "$HOME/.config/scwrypts/config.local.zsh" && source "$HOME/.config/scwrypts/config.local.zsh"

View File

@ -48,4 +48,10 @@ $DOTWRYN/config/scwrypts/environments/dotwryn/local.blaziken scwrypts/environ
$DOTWRYN/config/scwrypts/environments/dotwryn/local.butterfree scwrypts/environments/dotwryn/local.butterfree $DOTWRYN/config/scwrypts/environments/dotwryn/local.butterfree scwrypts/environments/dotwryn/local.butterfree
$DOTWRYN/config/scwrypts/environments/dotwryn/local.gardevoir scwrypts/environments/dotwryn/local.gardevoir $DOTWRYN/config/scwrypts/environments/dotwryn/local.gardevoir scwrypts/environments/dotwryn/local.gardevoir
$DOTWRYN/config/scwrypts/environments/dotwryn/local.umbreon scwrypts/environments/dotwryn/local.umbreon $DOTWRYN/config/scwrypts/environments/dotwryn/local.umbreon scwrypts/environments/dotwryn/local.umbreon
$DOTWRYN/config/scwrypts/environments/remote/local scwrypts/environments/remote/local
$DOTWRYN/config/scwrypts/environments/remote/local.altaria scwrypts/environments/remote/local.altaria
$DOTWRYN/config/scwrypts/environments/remote/local.blaziken scwrypts/environments/remote/local.blaziken
$DOTWRYN/config/scwrypts/environments/remote/local.butterfree scwrypts/environments/remote/local.butterfree
$DOTWRYN/config/scwrypts/environments/remote/local.gardevoir scwrypts/environments/remote/local.gardevoir
$DOTWRYN/config/scwrypts/environments/remote/local.umbreon scwrypts/environments/remote/local.umbreon
" "

View File

@ -0,0 +1,7 @@
#!/bin/zsh
#####################################################################
### scwrypts runtime configuration (group 'remote') #################
#####################################################################
# session name for remote connection (default 'remote')
export REMOTE_TMUX_SESSION=wryn

View File

@ -0,0 +1,7 @@
#!/bin/zsh
#####################################################################
### scwrypts runtime configuration (group 'remote') #################
#####################################################################
# session name for remote connection (default 'remote')
export REMOTE_TMUX_SESSION=wryn # from local

View File

@ -0,0 +1,7 @@
#!/bin/zsh
#####################################################################
### scwrypts runtime configuration (group 'remote') #################
#####################################################################
# session name for remote connection (default 'remote')
export REMOTE_TMUX_SESSION=wryn # from local

View File

@ -0,0 +1,7 @@
#!/bin/zsh
#####################################################################
### scwrypts runtime configuration (group 'remote') #################
#####################################################################
# session name for remote connection (default 'remote')
export REMOTE_TMUX_SESSION=wryn # from local

View File

@ -0,0 +1,7 @@
#!/bin/zsh
#####################################################################
### scwrypts runtime configuration (group 'remote') #################
#####################################################################
# session name for remote connection (default 'remote')
export REMOTE_TMUX_SESSION=wryn # from local

View File

@ -0,0 +1,7 @@
#!/bin/zsh
#####################################################################
### scwrypts runtime configuration (group 'remote') #################
#####################################################################
# session name for remote connection (default 'remote')
export REMOTE_TMUX_SESSION=wryn # from local

View File

@ -1 +1,2 @@
#!/bin/zsh #!/bin/zsh
export REMOTE_TMUX_SESSION=

View File

@ -0,0 +1 @@
REMOTE_TMUX_SESSION | session name for remote connection (default 'remote')

@ -1 +0,0 @@
Subproject commit d03e6974c63ce6bd02e237821e86a3e1a2adbb1b