diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/install.sh b/src/common/install.sh index 7edbe53..b0bd08a 100644 --- a/src/common/install.sh +++ b/src/common/install.sh @@ -234,7 +234,6 @@ fi rc_snippet="$(cat << 'EOF' if [ -z "${USER}" ]; then export USER=$(whoami); fi -if [[ "${PATH}" != *"$HOME/.local/bin"* ]]; then export PATH="${PATH}:$HOME/.local/bin"; fi # Display optional first run image specific notice if configured and terminal is interactive if [ -t 1 ] && [[ "${TERM_PROGRAM}" = "vscode" || "${TERM_PROGRAM}" = "codespaces" ]] && [ ! -f "$HOME/.config/vscode-dev-containers/first-run-notice-already-displayed" ]; then |