diff --git a/.bashrc b/.bashrc index f719e13..9a18849 100644 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,5 @@ #!/bin/bash -set -o vi +##set -o vi stty -ixon # Disable ctrl-s and ctrl-q. shopt -s autocd #Allows you to cd into directory merely by typing the directory name. HISTSIZE= HISTFILESIZE= # Infinite history.