diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 12:27:40 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-10 12:27:40 +0400 |
commit | fc82948672087405858d95d57b448c405371df8b (patch) | |
tree | 601f83fc02d2f39824a9933d65eedaa555a263d0 /config/bash/bashrc | |
parent | e2e7154f4ec8ff21af86e19c63828fa3e91e5202 (diff) |
bashrc: small tweak
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 |