diff options
-rw-r--r-- | mandriva/inputrc.csh | 1 | ||||
-rw-r--r-- | mandriva/inputrc.sh | 2 |
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 - |