diff options
-rw-r--r-- | mandriva/inputrc.csh | 2 | ||||
-rw-r--r-- | mandriva/inputrc.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mandriva/inputrc.csh b/mandriva/inputrc.csh index 6abe898c..5504f984 100644 --- a/mandriva/inputrc.csh +++ b/mandriva/inputrc.csh @@ -1,5 +1,3 @@ -test -f $HOME/.inputrc || setenv INPUTRC /etc/inputrc - # but tcsh command line doesn't use inputrc, so we have to define the # keys here: bindkey "\e[3~" delete-char diff --git a/mandriva/inputrc.sh b/mandriva/inputrc.sh index 368d8274..a9bf588e 100644 --- a/mandriva/inputrc.sh +++ b/mandriva/inputrc.sh @@ -1,3 +1 @@ #!/bin/bash - -test -f $HOME/.inputrc || export INPUTRC=/etc/inputrc |