aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputrc.conf2
-rw-r--r--sh/env.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/inputrc.conf b/inputrc.conf
deleted file mode 100644
index 9d84fe25..00000000
--- a/inputrc.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-"\e[B": history-search-forward
-"\e[A": history-search-backward \ No newline at end of file
diff --git a/sh/env.sh b/sh/env.sh
index a632ac8e..5e49d62e 100644
--- a/sh/env.sh
+++ b/sh/env.sh
@@ -3,7 +3,7 @@
export EDITOR=vi
export VISUAL="$EDITOR"
export BROWSER=firefox
-export INPUTRC=~/.inputrc
+export INPUTRC="$HOME/.config/bash/inputrc"
export RLWRAP_HOME="$HOME/.cache/rlwrap"
export BORG_REMOTE_PATH='borg1'