summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 4802e36..1491d82 100644
--- a/.bashrc
+++ b/.bashrc
@@ -42,6 +42,9 @@ HISTCONTROL=ignoreboth
PROMPT_COMMAND='(history -a)'
PS1='\[\033[01;34m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
+# http://ruslanspivak.com/2010/11/25/bash-history-incremental-search-forward/
+stty stop ^X
+
# op(t)inioned commands
alias tree='tree -a'
alias mc='LESS="-RSX" mc'