diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:47:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-08-25 18:47:45 +0000 |
commit | 0d031e5481ba650fc46ddaaa39c19d0c8dfad2b2 (patch) | |
tree | 1176b3d0598321ce4023737951fc669c24ef5ec7 /etc/rc.conf | |
parent | 4a23e42be85333dccc39cca6555b96a065ff3855 (diff) |
Punt PAGER and EDITOR. People need to set this themselves now.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 482acddc..0a65eb02 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,12 +6,7 @@ UNICODE="no" -# Set EDITOR to your preferred editor. -# You may use something other than what is listed here. - -EDITOR="/bin/nano" -#EDITOR="/usr/bin/vim" -#EDITOR="/usr/bin/emacs" +# You should set EDITOR and PAGER in a file in /etc/profile.d/ like "base.sh". # XSESSION is a new variable to control what window manager to start # default with X if run with xdm, startx or xinit. The default behavior |