dotfiles/_src.posix/private_dot_config/sz.env/zzz_bash_post.env
Lockszmith (@VAST) 44b03e8724 prepare for symclone.
From now on, _src.posix will be the single source of truth.
And _home(.*) will symlink into it.
2025-02-20 23:34:24 -05:00

12 lines
317 B
Bash

#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
BASE_SHELL=${BASE_SHELL:-${SHELL##*/}}
if [[ "${BASE_SHELL}" == "bash" ]]; then
eval "${SZ_ENV_BASH_LOAD_PREEXEC}"
if [[ -n "${BLE_VERSION-}" ]]; then
[[ -n "${DBG}" ]] && echo "attaching ble.sh"
ble-attach
fi
fi