aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-02 11:54:17 -0200
committerEuAndreh <eu@euandre.org>2019-01-02 11:54:17 -0200
commitcb04b68de762a75ce666943da29db6c4cdca5ee4 (patch)
tree71e7986d823cf86650bfa1d8549f90bbe648f124
parentEnable followTags in gitconfig. (diff)
downloaddotfiles-cb04b68de762a75ce666943da29db6c4cdca5ee4.tar.gz
dotfiles-cb04b68de762a75ce666943da29db6c4cdca5ee4.tar.xz
Enable forward searches in bash.
-rw-r--r--bash/config.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/config.sh b/bash/config.sh
index ac9f7c2..37a4806 100644
--- a/bash/config.sh
+++ b/bash/config.sh
@@ -30,3 +30,5 @@ shopt -s checkwinsize
isLinux && {
shopt -s globstar
}
+
+stty -ixon