v2.0.0
===================================================================== Subscwrypts + Environment Inheritance --- Release Notes ------------------------ - added support for environment inheritance - added support for arbitrarily nested scripts (subscwrypts) - added support for CI mode - improved modularity of zsh/utils module - refactored to move some data from ~/.config/scwrypts to ~/.local/share/scwrypts - refactored various scripts to use new subscwrypt api --- New Scripts -------------------------- zsh ) - db/interactive/postgres - aws/rds/interactive-login
This commit is contained in:
parent
2dcf94199b
commit
eaefc99774
38
.config
38
.config
@ -1,14 +1,32 @@
|
|||||||
#
|
#####################################################################
|
||||||
# scwrypts config
|
|
||||||
#
|
|
||||||
|
|
||||||
# resource paths
|
|
||||||
SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts"
|
SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts"
|
||||||
SCWRYPTS_ENV_PATH="$SCWRYPTS_CONFIG_PATH/env"
|
SCWRYPTS_DATA_PATH="$HOME/.local/share/scwrypts"
|
||||||
SCWRYPTS_LOG_PATH="$SCWRYPTS_CONFIG_PATH/logs"
|
|
||||||
|
|
||||||
SCWRYPTS_OUTPUT_PATH="$HOME/SCWRYPTS"
|
SCWRYPTS_SHORTCUT=' |