summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:02:02 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-27 15:02:02 -0400
commitde9c3e08412ae13cc8a2d1e4418d9e9257f67518 (patch)
tree49cbc73cdf6790b4cd1e9ef4e2348bf5f398cad0 /.bashrc
parent290b43537bbb847a4d1d0f58943f362fc4780c9d (diff)
update
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index ff11c5b..ed5d87e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -30,9 +30,6 @@ shopt -s globstar
# "We have a cached value, but it isn't valid anymore. Should we trash it?"
shopt -s checkhash
-# make less more friendly for non-text input files, see lesspipe(1)
-[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
-
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)