From 0f348e586f847f60224dfbe8aa9437dc86b80b75 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Thu, 12 Sep 2024 02:46:50 -0700 Subject: [PATCH] profile: don't set local bin folder --- .profile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.profile b/.profile index 0e68392..780fc7c 100644 --- a/.profile +++ b/.profile @@ -7,11 +7,6 @@ export SHELL_CONFIG_DIR="${SHELL_CONFIG_DIR:-"${XDG_CONFIG_HOME:-"$HOME/.config" . "$SHELL_CONFIG_DIR/env" -# set PATH so it includes user's private bin if it exists -if [ -d "$HOME/.local/bin" ] ; then - PATH="$HOME/.local/bin:$PATH" -fi - # Locales export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8