We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb91a15 commit 37a0a2aCopy full SHA for 37a0a2a
src/plugins/terminal/scripts/init-alpine.sh
@@ -79,7 +79,10 @@ fi
79
80
# Environment setup
81
PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/share/bin:/usr/share/sbin:/usr/local/bin:/usr/local/sbin
82
-export PATH HOME=/home TERM=xterm-256color SHELL=/bin/sh PIP_BREAK_SYSTEM_PACKAGES=1
+export PATH HOME=/home
83
+TERM=xterm-256color
84
+SHELL=/bin/bash
85
+PIP_BREAK_SYSTEM_PACKAGES=1
86
87
# Display MOTD if available
88
if [ -s /etc/acode_motd ]; then
0 commit comments