15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
|
|
#
|
|||
|
|
# scwrypts config
|
|||
|
|
#
|
|||
|
|
|
|||
|
|
# resource paths
|
|||
|
|
SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts"
|
|||
|
|
SCWRYPTS_ENV_PATH="$SCWRYPTS_CONFIG_PATH/env"
|
|||
|
|
SCWRYPTS_LOG_PATH="$SCWRYPTS_CONFIG_PATH/logs"
|
|||
|
|
|
|||
|
|
SCWRYPTS_OUTPUT_PATH="$HOME/SCWRYPTS"
|
|||
|
|
|
|||
|
|
# ZLE hotkeys
|
|||
|
|
SCWRYPTS_SHORTCUT='' # CTRL + W
|
|||
|
|
SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
|