yage
2034325ac9
===================================================================== --- Changes ------------------------------ - Adjusted USAGE (from zsh/lib/utils/io.zsh) to allow dynamic variable insertion in help dialogues by setting USAGE__<help-group> and using the syntax listed - Various quality-of-life changes and and fixes to experimental kubectl plugin --- Bug fixes ---------------------------- - sourcing 'scwrypts.plugin.zsh' no longer sets __SCWRYPT=1 in your current environment
12 lines
329 B
Bash
12 lines
329 B
Bash
SCWRYPTS_GROUPS+=(kubectl)
|
|
|
|
export SCWRYPTS_TYPE__kubectl=zsh
|
|
export SCWRYPTS_ROOT__kubectl="$SCWRYPTS_ROOT__scwrypts/plugins/kubectl"
|
|
export SCWRYPTS_COLOR__kubectl='\033[0;31m'
|
|
|
|
SCWRYPTS_STATIC_CONFIG__kubectl+=(
|
|
"$SCWRYPTS_ROOT__kubectl/.config/static/redis.zsh"
|
|
)
|
|
|
|
source "$SCWRYPTS_ROOT__kubectl/driver/kubectl.driver.zsh"
|