From 799bb2a694919017669c2259cf4eb3008a8be4eb Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 20 Apr 2022 13:04:08 -0600 Subject: [PATCH] Updated the code-activator config --- config/code-activator.conf | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/code-activator.conf b/config/code-activator.conf index b6003eb..a460f24 100644 --- a/config/code-activator.conf +++ b/config/code-activator.conf @@ -12,19 +12,17 @@ CA__DIRS=( # additional cloning targets; MUST END IN ':' or '/' # e.g. 'git@my.githost.com:' or 'git@github.com:w0ryn/' CA__KNOWN_TARGETS=( - 'git@yage.io:wrynegade/' - 'git@yage.io:zsh/' - 'git@yage.io:go/' + 'git@yage.io:brown-bag/' 'git@yage.io:gizmos/' 'git@yage.io:python/' - 'git@yage.io:archives/' 'git@yage.io:rentdynamics/' + 'git@yage.io:wrynegade/' 'git@github.com:wrynegade/' - 'git@github.com:RentDynamics/' - 'git@bitbucket.org:wrynegade/' + 'git@github.com:directus/' 'https://yage.io/' 'https://github.com/' 'https://bitbucket.org/' + 'git@bitbucket.org:wrynegade/' ) @@ -38,7 +36,7 @@ CA__ALIAS='lkj' # enable / disable the shortcut / alias # 0 = enabled 1 = disabled CA__DISABLE_SHORTCUT=0 -CA__DISABLE_ALIAS=0 +CA__DISABLE_ALIAS=1 # structure options