diff options
Diffstat (limited to 'config/bash/bashrc')
-rw-r--r-- | config/bash/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/bash/bashrc b/config/bash/bashrc index 93c86ec..2692a4b 100644 --- a/config/bash/bashrc +++ b/config/bash/bashrc @@ -1,4 +1,5 @@ # Minimal bash config for servers + set -o vi stty -ixon # Disable ctrl-s and ctrl-q for freezing prompt shopt -s autocd # automatically cd into typed directory |