update to scwrypts v3

This commit is contained in:
2023-06-24 07:50:14 -06:00
parent 313d28c7ae
commit 66930780e2
11 changed files with 189 additions and 81 deletions

View File

@ -2,8 +2,8 @@
# configuration for scwrypts
#
SCWRYPTS_CONFIG_PATH="$HOME/.config/scwrypts"
SCWRYPTS_DATA_PATH="$HOME/.local/share/scwrypts"
SCWRYPTS_SHORTCUT='' # CTRL + W
SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
[ -f "$HOME/.config/scwrypts/config.local.zsh" ] \
&& source "$HOME/.config/scwrypts/config.local.zsh"