profile: don't set local bin folder

This commit is contained in:
PowerUser64 2024-09-12 02:46:50 -07:00
parent d60dc6c740
commit 0f348e586f

View file

@ -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