10 lines
204 B
Bash
10 lines
204 B
Bash
|
|
#
|
|||
|
|
# configuration for scwrypts
|
|||
|
|
#
|
|||
|
|
|
|||
|
|
SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts"
|
|||
|
|
SCWRYPTS_DATA_PATH="$HOME/.local/share/scwrypts"
|
|||
|
|
|
|||
|
|
SCWRYPTS_SHORTCUT='' # CTRL + W
|
|||
|
|
SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
|