summaryrefslogtreecommitdiffstats
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile b/profile
index 249b1cb..7a5a6d5 100644
--- a/profile
+++ b/profile
@@ -3,7 +3,7 @@
loginsh=1
-if [ "$UID" -ge 500 ] ; then
+if [ "$UID" -ge 1000 ] ; then
if ! echo ${PATH} |grep -q /usr/local/games ; then
PATH=$PATH:/usr/local/games
fi