5 lines
117 B
Bash
Raw Normal View History

2023-04-20 08:59:51 +02:00
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi