diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-14 03:01:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 03:01:50 +0300 |
commit | 5c369ca0cb21cb8a4a9157d1878f7b0aadd69a1e (patch) | |
tree | e2f29e2561c4cc5829646fd359b54cd4b0433901 | |
parent | fac5e5a4540ffc79138b94ce8edfd329a209b250 (diff) |
common: remove home/.local/bin from pathsamruddhikhandale/remove-home/loca/bin
-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 |