profile: don't set local bin folder
This commit is contained in:
parent
d60dc6c740
commit
0f348e586f
1 changed files with 0 additions and 5 deletions
5
.profile
5
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue