From 4556c00b972de0cb3473ae6c62cd936affd21b67 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Fri, 2 Mar 2018 20:26:26 +0100 Subject: [PATCH] Fix PY-22319 --- plugins/terminal/resources/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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