Introducing ID to sz.env load, better handling of truenas specific code
This commit is contained in:
parent
f3bd0e804d
commit
18f047b9ca
5 changed files with 30 additions and 7 deletions
|
@ -16,9 +16,9 @@
|
|||
[ -z "${DBG_SHRC}" ] || echo "Exiting .bashrc"
|
||||
# This will prevent atuin's setup script from adding itself: atuin init bash
|
||||
|
||||
eval "${SZ_ENV_BASH_LOAD_PREEXEC}"
|
||||
if [[ -n "${BLE_VERSION-}" ]]; then
|
||||
[[ -n "${DBG}" ]] && echo "attaching ble.sh"
|
||||
ble-attach
|
||||
fi
|
||||
#eval "${SZ_ENV_BASH_LOAD_PREEXEC}"
|
||||
#if [[ -n "${BLE_VERSION-}" ]]; then
|
||||
# [[ -n "${DBG}" ]] && echo "attaching ble.sh"
|
||||
# ble-attach
|
||||
#fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue