diff --git a/.bashrc b/.bashrc index 27dec15..1b4c3e9 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,8 @@ shopt -s histappend # Append to history file instead of overwriting shopt -s cmdhist # Write a multi line command in a single line PROMPT_COMMAND="history -a;$PROMPT_COMMAND" # Save history on every command +stty -ixon # Make bash receive C-s for history search + # ------------------------------------------------------------------------------ # Aliases alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME'