ref: .profile

This commit is contained in:
TheK4n 2021-10-17 01:36:37 +03:00
parent 3555f3aa92
commit 43cac28163

View File

@ -8,10 +8,10 @@ fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
export PATH="$PATH:$HOME/bin"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
export PATH="$PATH:$HOME/.local/bin"
fi