Files
shellchooser/dashfiles/.profile
T
2014-01-08 06:22:25 +01:00

6 lines
118 B
Bash

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