From e460f30cd39b599be077b77f5aa5347121115c2e Mon Sep 17 00:00:00 2001 From: yage Date: Thu, 18 Aug 2022 19:18:05 -0600 Subject: [PATCH] ensure environment stability --- bin/scwrypts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/scwrypts b/bin/scwrypts index 0f35520..368d4cc 100755 --- a/bin/scwrypts +++ b/bin/scwrypts @@ -1,3 +1,5 @@ #!/bin/zsh +__X="$SCWRYPTS_ENV" source $HOME/.config/wryn/env.zsh -"$DOTWRYN/zsh/plugins/scwrypts/scwrypts" $@ + +SCWRYPTS_ENV="$__X" "$DOTWRYN/zsh/plugins/scwrypts/scwrypts" $@