From de28cfd3ea325a96af1f47bc65283ebef972cf28 Mon Sep 17 00:00:00 2001 From: Dmitry Trofimov Date: Sun, 9 Oct 2016 11:08:50 +0200 Subject: [PATCH] Always load bashrc config even for login shell (IDEA-156885) --- plugins/terminal/resources/jediterm-sh.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/terminal/resources/jediterm-sh.in b/plugins/terminal/resources/jediterm-sh.in index 1b3828e6f47d..f3c830073855 100644 --- a/plugins/terminal/resources/jediterm-sh.in +++ b/plugins/terminal/resources/jediterm-sh.in @@ -33,9 +33,8 @@ function load_interactive_configs { if [ `shopt -q login_shell` ]; then load_login_configs -else - load_interactive_configs -fi + +load_interactive_configs # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving bind '"\e\e[C":forward-word' -- 2.32.0