5 lines
117 B
Bash
Raw Normal View History

2023-04-30 13:55:56 +02:00
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi