projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Always load bashrc config even for login shell (IDEA-156885)
[idea/community.git]
/
plugins
/
terminal
/
resources
/
jediterm-sh.in
diff --git
a/plugins/terminal/resources/jediterm-sh.in
b/plugins/terminal/resources/jediterm-sh.in
index 1b3828e6f47d053d96c257dd1a568caeea205e8c..f3c8300738552d6af27a4de6c16ff8f6afe376a8 100644
(file)
--- 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'