fixes bash config

This commit is contained in:
Dennis Schoepf 2025-09-20 22:33:37 +02:00
parent 8eba7303fe
commit 8157721be7

View file

@ -30,7 +30,7 @@
if [[ "$INSIDE_EMACS" = 'vterm' ]] \ if [[ "$INSIDE_EMACS" = 'vterm' ]] \
&& [[ -n "$EMACS_VTERM_PATH" ]] \ && [[ -n "$EMACS_VTERM_PATH" ]] \
&& [[ -f "$EMACS_VTERM_PATH/etc/emacs-vterm-bash.sh" ]]; then && [[ -f "$EMACS_VTERM_PATH/etc/emacs-vterm-bash.sh" ]]; then
source "$EMACS_VTERM_PATH source "$EMACS_VTERM_PATH"
fi fi
''; '';
}; };