diff --git a/plugins/terminal/resources/.zshrc b/plugins/terminal/resources/.zshrc index 2d67f6b0614e..f59d73d081b7 100644 --- a/plugins/terminal/resources/.zshrc +++ b/plugins/terminal/resources/.zshrc @@ -41,6 +41,6 @@ fi if [ -n "$JEDITERM_SOURCE" ] then - source "$(echo $JEDITERM_SOURCE)" + source $(echo $JEDITERM_SOURCE) unset JEDITERM_SOURCE fi \ No newline at end of file