2022-08-09 22:25:19 -06:00
|
|
|
|
#
|
|
|
|
|
|
# configuration for scwrypts
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
SCWRYPTS_SHORTCUT='' # CTRL + W
|
|
|
|
|
|
SCWRYPTS_ENV_SHORTCUT='' # CTRL + /
|
2023-06-24 07:50:14 -06:00
|
|
|
|
|
2023-07-20 15:04:36 -06:00
|
|
|
|
source "$HOME/.wryn/scwrypts/dotwryn/dotwryn.scwrypts.zsh"
|
|
|
|
|
|
source "$HOME/.wryn/scwrypts/ssh/ssh.scwrypts.zsh"
|
2023-06-27 16:53:59 -06:00
|
|
|
|
|
2024-02-06 13:37:58 -07:00
|
|
|
|
[ -f "$HOME/Projects/yage/home/code/scwrypts/yagehome.scwrypts.zsh" ] \
|
|
|
|
|
|
&& source "$HOME/Projects/yage/home/code/scwrypts/yagehome.scwrypts.zsh"
|
|
|
|
|
|
|
2023-06-24 07:50:14 -06:00
|
|
|
|
[ -f "$HOME/.config/scwrypts/config.local.zsh" ] \
|
|
|
|
|
|
&& source "$HOME/.config/scwrypts/config.local.zsh"
|