for some reason sometimes I do not have home bin folder added automatically

no problem, fixed
This commit is contained in:
2021-07-17 15:50:41 +02:00
parent f5fb8e5dc3
commit 597354356b
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi