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 663d88a commit f28dbb4Copy full SHA for f28dbb4
components/ide/code/startup.sh
@@ -3,14 +3,6 @@
3
# Licensed under the GNU Affero General Public License (AGPL).
4
# See License-AGPL.txt in the project root for license information.
5
6
-
7
- # DO NOT REMOVE THE SPACES AT THE BEGINNING OF THESE LINES
8
- # The spaces at the beginning of the line prevent those lines from being added to
9
- # the bash history.
10
- set +o history
11
- history -c
12
- truncate -s 0 "$HISTFILE"
13
14
# This is the main entrypoint to workspace container in Gitpod. It is called (and controlled) by the supervisor
15
# container root process.
16
# To mimic a regular login shell on a local computer we execute this with "bash -li" (interactive login shell):
0 commit comments