diff options
author | EuAndreh <eu@euandre.org> | 2019-01-02 11:54:17 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-02 11:54:17 -0200 |
commit | cb04b68de762a75ce666943da29db6c4cdca5ee4 (patch) | |
tree | 71e7986d823cf86650bfa1d8549f90bbe648f124 | |
parent | Enable followTags in gitconfig. (diff) | |
download | dotfiles-cb04b68de762a75ce666943da29db6c4cdca5ee4.tar.gz dotfiles-cb04b68de762a75ce666943da29db6c4cdca5ee4.tar.xz |
Enable forward searches in bash.
-rw-r--r-- | bash/config.sh | 2 |
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 |