added code activator settings
This commit is contained in:
parent
852a397564
commit
5b632e0475
11
env/env.zsh
vendored
11
env/env.zsh
vendored
@ -37,6 +37,7 @@ EXTERNAL_PLUGINS=(
|
||||
"$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"
|
||||
)
|
||||
|
||||
FZF_DEFAULT_OPTS='--reverse'
|
||||
@ -47,3 +48,13 @@ zstyle ':fzf-tab:*' fzf-bindings 'space:accept' ';:toggle'
|
||||
zstyle ':fzf-tab:*' continuous-trigger '/'
|
||||
|
||||
export ZSH_COLOR_UTIL="$DOTWRYN/zsh/utils/color/color.module.zsh"
|
||||
|
||||
#CODE_ACTIVATOR__DIRS=
|
||||
CODE_ACTIVATOR__KNOWN_TARGETS=(
|
||||
'git@github.com:w0ryn/'
|
||||
'git@bitbucket.org:wrynoftheranch/'
|
||||
'git@git.wryn.cloud:yage/'
|
||||
'git@git.wryn.cloud:gizmos/'
|
||||
'git@git.wryn.cloud:usu-coursework/'
|
||||
'https://wryn.cloud/'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user