This commit is contained in:
Christoph 2023-04-16 17:28:29 +02:00
parent 3fffc4cf7d
commit 9766f7841e

View File

@ -18,7 +18,11 @@ fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
if [ -d "$HOME/bin/admin-stuff" ] ; then
PATH="$HOME/bin/admin-stuff:$HOME/bin:$PATH"
else
PATH="$HOME/bin:$PATH"
fi
fi
# this is for the midnight-commander