summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile')
-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}