aboutsummaryrefslogtreecommitdiffstats
path: root/msec.sh
blob: 3bba558e5238655773395e2d041bf3fdb5e54866 (plain)
1
2
3
4
5
6
7
if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
	export PATH=$PATH:/usr/X11R6/bin
fi

if ! echo ${PATH} |grep -q /usr/games ; then
	export PATH=$PATH:/usr/games
fi