theme update; added code-activator config+setup

This commit is contained in:
yage
2022-01-03 12:46:34 -07:00
parent ee4e180afb
commit 6934e5bb67
6 changed files with 8 additions and 11 deletions

10
env/env.zsh vendored
View File

@@ -76,13 +76,3 @@ 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/'
)