diff options
-rw-r--r-- | tree/etc/profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tree/etc/profile b/tree/etc/profile index 5c39966..35fabc1 100644 --- a/tree/etc/profile +++ b/tree/etc/profile @@ -11,9 +11,6 @@ fi # End deprecated Gentoo Portage section -UID=${UID:-`id -u`} - - [ -x /usr/bin/vim ] && export EDITOR=${EDITOR:-/usr/bin/vim} [ -x /usr/bin/less ] && export PAGER=${PAGER:-/usr/bin/less} |