From 0d031e5481ba650fc46ddaaa39c19d0c8dfad2b2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 25 Aug 2007 18:47:45 +0000 Subject: Punt PAGER and EDITOR. People need to set this themselves now. --- etc/profile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etc/profile') 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 -- cgit v1.2.3