diff options
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r-- | share/skel/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 07da036..2e1ca0c 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -5,8 +5,8 @@ # see also sh(1), environ(7). # -# remove /usr/games and /usr/X11R6/bin if you want -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin; export PATH +# remove /usr/games if you want +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH # Setting TERM is normally done through /etc/ttys. Do only override # if you're sure that you'll never log in via telnet or xterm or a |