ssh-zsh as plugin
This commit is contained in:
parent
b63d788ad6
commit
5c1b525d8d
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
||||
path = zsh/plugins/code-activator
|
||||
url = https://wryn.cloud/gizmos/code-activator-zsh.git
|
||||
update = rebase
|
||||
[submodule "ssh-zsh"]
|
||||
path = zsh/plugins/ssh
|
||||
url = https://wryn.cloud/gizmos/ssh-zsh.git
|
||||
|
3
env/env.zsh
vendored
3
env/env.zsh
vendored
@ -37,8 +37,9 @@ EXTERNAL_PLUGINS=(
|
||||
'/usr/share/fzf/completion.zsh'
|
||||
"$DOTWRYN/zsh/plugins/z/z.sh"
|
||||
"$DOTWRYN/zsh/plugins/fzf-tab/fzf-tab.plugin.zsh"
|
||||
"$DOTWRYN/zsh/plugins/latex/latex.plugin.zsh"
|
||||
"$DOTWRYN/zsh/plugins/code-activator/activator.plugin.zsh"
|
||||
"$DOTWRYN/zsh/plugins/latex/latex.plugin.zsh"
|
||||
"$DOTWRYN/zsh/plugins/ssh/ssh.plugin.zsh"
|
||||
)
|
||||
|
||||
FZF_DEFAULT_OPTS='--reverse'
|
||||
|
1
zsh/plugins/ssh
Submodule
1
zsh/plugins/ssh
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3ad9f0667f8ae682fe7d8880f1087e8fce0f0a84
|
Loading…
Reference in New Issue
Block a user