summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-15 14:30:10 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-15 14:30:10 +0000
commit75b20e0da59083d2289e535b5d2c1d77f2edddae (patch)
treec05b49093a362ca3e0be26a2fd9f174a6dd2eb6b
parentsimply the build system greatly (diff)
downloadbaselayout-75b20e0da59083d2289e535b5d2c1d77f2edddae.tar.gz
baselayout-75b20e0da59083d2289e535b5d2c1d77f2edddae.tar.bz2
baselayout-75b20e0da59083d2289e535b5d2c1d77f2edddae.zip
give hints at overriding default EDITOR/PAGER
svn path=/trunk/; revision=3126
-rw-r--r--etc/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile b/etc/profile
index 1ebaf4f0..3565bab1 100644
--- a/etc/profile
+++ b/etc/profile
@@ -9,6 +9,9 @@
if [ -e /etc/profile.env ] ; then
. /etc/profile.env
fi
+
+# You should override these in your ~/.bashrc (or equivalent) for per-user
+# settings. For system defaults, you can add a new file in /etc/profile.d/.
export EDITOR=${EDITOR:-/bin/nano}
export PAGER=${PAGER:-/usr/bin/less}