ref: .profile
This commit is contained in:
parent
3555f3aa92
commit
43cac28163
4
.profile
4
.profile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user