diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-15 14:30:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-15 14:30:10 +0000 |
commit | 75b20e0da59083d2289e535b5d2c1d77f2edddae (patch) | |
tree | c05b49093a362ca3e0be26a2fd9f174a6dd2eb6b /etc | |
parent | simply the build system greatly (diff) | |
download | baselayout-75b20e0da59083d2289e535b5d2c1d77f2edddae.tar.gz baselayout-75b20e0da59083d2289e535b5d2c1d77f2edddae.tar.bz2 baselayout-75b20e0da59083d2289e535b5d2c1d77f2edddae.zip |
give hints at overriding default EDITOR/PAGER
svn path=/trunk/; revision=3126
Diffstat (limited to 'etc')
-rw-r--r-- | etc/profile | 3 |
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} |