bash/available/bin.sh

5 lines
117 B
Bash
Raw Normal View History

2020-01-26 17:20:02 +01:00
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi