remove old ssh plugin for new scwrypts plugin!
This commit is contained in:
@ -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"
|
||||
|
@ -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.gardevoir scwrypts/environments/dotwryn/local.gardevoir
|
||||
$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
|
||||
"
|
||||
|
7
config/scwrypts/environments/remote/local
Normal file
7
config/scwrypts/environments/remote/local
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
### scwrypts runtime configuration (group 'remote') #################
|
||||
#####################################################################
|
||||
|
||||
# session name for remote connection (default 'remote')
|
||||
export REMOTE_TMUX_SESSION=wryn
|
7
config/scwrypts/environments/remote/local.altaria
Normal file
7
config/scwrypts/environments/remote/local.altaria
Normal 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
|
7
config/scwrypts/environments/remote/local.blaziken
Normal file
7
config/scwrypts/environments/remote/local.blaziken
Normal 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
|
7
config/scwrypts/environments/remote/local.butterfree
Normal file
7
config/scwrypts/environments/remote/local.butterfree
Normal 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
|
7
config/scwrypts/environments/remote/local.gardevoir
Normal file
7
config/scwrypts/environments/remote/local.gardevoir
Normal 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
|
7
config/scwrypts/environments/remote/local.umbreon
Normal file
7
config/scwrypts/environments/remote/local.umbreon
Normal 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
|
Reference in New Issue
Block a user