fixes bash config
This commit is contained in:
parent
8eba7303fe
commit
8157721be7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
if [[ "$INSIDE_EMACS" = 'vterm' ]] \
|
||||
&& [[ -n "$EMACS_VTERM_PATH" ]] \
|
||||
&& [[ -f "$EMACS_VTERM_PATH/etc/emacs-vterm-bash.sh" ]]; then
|
||||
source "$EMACS_VTERM_PATH
|
||||
source "$EMACS_VTERM_PATH"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue