summaryrefslogtreecommitdiffstats
path: root/share/skel/dot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r--share/skel/dot.profile7
1 files changed, 4 insertions, 3 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 34398ad..300402a 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -5,15 +5,16 @@
# see also sh(1), environ(7).
#
-# 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
+# These are normally set through /etc/login.conf. You may override them here
+# if wanted.
+# PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
+# BLOCKSIZE=K; export BLOCKSIZE
# 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
# serial line.
# TERM=xterm; export TERM
-BLOCKSIZE=K; export BLOCKSIZE
EDITOR=vi; export EDITOR
PAGER=more; export PAGER
OpenPOWER on IntegriCloud