Update .profile
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
if [ -z "$PROFILE_LOCK" ]; then
|
if [ -z "$PROFILE_LOCK" ]; then
|
||||||
export PROFILE_LOCK=1
|
export PROFILE_LOCK=1
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin
|
||||||
if [ -d "$HOME/bin" ]; then
|
export PATH="$HOME/bin:$PATH"
|
||||||
export PATH="$HOME/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
fi
|
|
||||||
if [ -d "$HOME/.local/bin" ]; then
|
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# config
|
# config
|
||||||
if [ -z "$XDG_DATA_HOME" ]; then
|
if [ -z "$XDG_DATA_HOME" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user