dotwryn/scwrypts/remote/lib/bastion.module.zsh

4 lines
161 B
Bash
Raw Normal View History

2025-02-19 21:58:02 -07:00
${scwryptsmodule}.get-passthrough-prefix() {
2024-08-14 19:07:00 -06:00
echo "source ~/.zshrc &>/dev/null; SUBSCWRYPT=$((SUBSCWRYPT+1)) SCWRYPTS_LOG_LEVEL=$SCWRYPTS_LOG_LEVEL scwrypts"
}