Add .profile
This commit is contained in:
parent
124a980832
commit
c11ba09a36
2 changed files with 11 additions and 0 deletions
10
.profile
Normal file
10
.profile
Normal file
|
@ -0,0 +1,10 @@
|
|||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/.local/bin" ] ; then
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue