Updated the code-activator config

This commit is contained in:
Wryn (yage) Wagner 2022-04-20 13:04:08 -06:00
parent d03efa3757
commit 799bb2a694

View File

@ -12,19 +12,17 @@ CA__DIRS=(
# additional cloning targets; MUST END IN ':' or '/' # additional cloning targets; MUST END IN ':' or '/'
# e.g. 'git@my.githost.com:' or 'git@github.com:w0ryn/' # e.g. 'git@my.githost.com:' or 'git@github.com:w0ryn/'
CA__KNOWN_TARGETS=( CA__KNOWN_TARGETS=(
'git@yage.io:wrynegade/' 'git@yage.io:brown-bag/'
'git@yage.io:zsh/'
'git@yage.io:go/'
'git@yage.io:gizmos/' 'git@yage.io:gizmos/'
'git@yage.io:python/' 'git@yage.io:python/'
'git@yage.io:archives/'
'git@yage.io:rentdynamics/' 'git@yage.io:rentdynamics/'
'git@yage.io:wrynegade/'
'git@github.com:wrynegade/' 'git@github.com:wrynegade/'
'git@github.com:RentDynamics/' 'git@github.com:directus/'
'git@bitbucket.org:wrynegade/'
'https://yage.io/' 'https://yage.io/'
'https://github.com/' 'https://github.com/'
'https://bitbucket.org/' 'https://bitbucket.org/'
'git@bitbucket.org:wrynegade/'
) )
@ -38,7 +36,7 @@ CA__ALIAS='lkj'
# enable / disable the shortcut / alias # enable / disable the shortcut / alias
# 0 = enabled 1 = disabled # 0 = enabled 1 = disabled
CA__DISABLE_SHORTCUT=0 CA__DISABLE_SHORTCUT=0
CA__DISABLE_ALIAS=0 CA__DISABLE_ALIAS=1
# structure options # structure options