ensure environment stability

This commit is contained in:
Wryn (yage) Wagner 2022-08-18 19:18:05 -06:00
parent b18a7cc08c
commit e460f30cd3

View File

@ -1,3 +1,5 @@
#!/bin/zsh #!/bin/zsh
__X="$SCWRYPTS_ENV"
source $HOME/.config/wryn/env.zsh source $HOME/.config/wryn/env.zsh
"$DOTWRYN/zsh/plugins/scwrypts/scwrypts" $@
SCWRYPTS_ENV="$__X" "$DOTWRYN/zsh/plugins/scwrypts/scwrypts" $@