[profiles/base] modify bash config

This commit is contained in:
2026-02-21 06:02:21 +01:00
parent abf96107ab
commit 4192eb836c
6 changed files with 82 additions and 42 deletions

View File

@@ -1,4 +1,5 @@
# emacs specific stuff
# shellcheck source=/dev/null
[[ ${EAT_SHELL_INTEGRATION_DIR} ]] && . "${EAT_SHELL_INTEGRATION_DIR}/bash"
[[ -n "${EAT_SHELL_INTEGRATION_DIR}" ]] &&
. "${EAT_SHELL_INTEGRATION_DIR}/bash"