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/profile | |
parent | 4a23e42be85333dccc39cca6555b96a065ff3855 (diff) |
Punt PAGER and EDITOR. People need to set this themselves now.
Diffstat (limited to 'etc/profile')
-rw-r--r-- | etc/profile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/profile b/etc/profile index 27d6b4d1..233f0d32 100644 --- a/etc/profile +++ b/etc/profile @@ -29,11 +29,6 @@ fi export PATH unset ROOTPATH -# Extract the value of EDITOR -[ -z "$EDITOR" ] && EDITOR="`. /etc/rc.conf 2>/dev/null; echo $EDITOR`" -[ -z "$EDITOR" ] && EDITOR="/bin/nano" -export EDITOR - if [ -n "${BASH_VERSION}" ] ; then # Newer bash ebuilds include /etc/bash/bashrc which will setup PS1 # including color. We leave out color here because not all |