remove old ssh plugin for new scwrypts plugin!
This commit is contained in:
parent
8ab8647402
commit
cf446be88f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
"
|
"
|
||||||
|
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
|
@ -1 +1,2 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
export REMOTE_TMUX_SESSION=
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
REMOTE_TMUX_SESSION | session name for remote connection (default 'remote')
|
@ -1 +0,0 @@
|
|||||||
Subproject commit d03e6974c63ce6bd02e237821e86a3e1a2adbb1b
|
|
Loading…
Reference in New Issue
Block a user