aboutsummaryrefslogtreecommitdiffstats
path: root/mandriva
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2012-07-13 00:16:24 +0200
committerOlivier Blin <dev@blino.org>2012-07-13 00:22:02 +0200
commit20a0c607bee7edcb01f87d74cb19e244de31ab80 (patch)
treed1ccb7f9694b671d301c56ca1fba4d3ffa091c01 /mandriva
parent5624dd5d0e66637fea244d55828ede5178d3c310 (diff)
downloadinitscripts-20a0c607bee7edcb01f87d74cb19e244de31ab80.tar
initscripts-20a0c607bee7edcb01f87d74cb19e244de31ab80.tar.gz
initscripts-20a0c607bee7edcb01f87d74cb19e244de31ab80.tar.bz2
initscripts-20a0c607bee7edcb01f87d74cb19e244de31ab80.tar.xz
initscripts-20a0c607bee7edcb01f87d74cb19e244de31ab80.zip
inputrc: do not export LESSKEY, less defaults to the same files already
Diffstat (limited to 'mandriva')
-rw-r--r--mandriva/inputrc.csh1
-rw-r--r--mandriva/inputrc.sh2
2 files changed, 0 insertions, 3 deletions
diff --git a/mandriva/inputrc.csh b/mandriva/inputrc.csh
index 4a9e9373..6abe898c 100644
--- a/mandriva/inputrc.csh
+++ b/mandriva/inputrc.csh
@@ -1,5 +1,4 @@
test -f $HOME/.inputrc || setenv INPUTRC /etc/inputrc
-test -f $HOME/.less || setenv LESSKEY /etc/.less
# but tcsh command line doesn't use inputrc, so we have to define the
# keys here:
diff --git a/mandriva/inputrc.sh b/mandriva/inputrc.sh
index c5f6faaa..368d8274 100644
--- a/mandriva/inputrc.sh
+++ b/mandriva/inputrc.sh
@@ -1,5 +1,3 @@
#!/bin/bash
test -f $HOME/.inputrc || export INPUTRC=/etc/inputrc
-test -f $HOME/.less || export LESSKEY=/etc/.less
-