use scwrypts properly

This commit is contained in:
2023-11-11 15:22:27 -07:00
parent 7839d32a58
commit ca56c1e873
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ SCWRYPTS() {
CI=1 \
CONFIG__USER_SETTINGS="$DOTWRYN_PATH/config/scwrypts/dotfiles.zsh" \
DOTWRYN=$DOTWRYN_PATH \
"$DOTWRYN_PATH/zsh/plugins/scwrypts/scwrypts" -n $1 -- ${@:2}
"$DOTWRYN_PATH/zsh/plugins/scwrypts/scwrypts" -n $@
}
#####################################################################