summaryrefslogtreecommitdiff
path: root/sh/.config/env/10-path.sh
blob: 67cb738f3b7ac327bf545ea0202a2c49f19beb48 (plain)
1
2
3
4
if [ -d "${HOME}/bin" ]
then
	export PATH="${PATH}:${HOME}/bin"
fi