From 5c369ca0cb21cb8a4a9157d1878f7b0aadd69a1e Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale <skhandale@microsoft.com> Date: Tue, 14 Jun 2022 00:01:50 +0000 Subject: common: remove home/.local/bin from path --- src/common/install.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3