diff options
Diffstat (limited to 'config/bash/bashrc')
-rw-r--r-- | config/bash/bashrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/bash/bashrc b/config/bash/bashrc new file mode 100644 index 0000000..a07126d --- /dev/null +++ b/config/bash/bashrc @@ -0,0 +1,7 @@ +# 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 + +alias vi=vim +alias vi=nvim |