summaryrefslogtreecommitdiff
path: root/config/bash/bashrc
blob: c2ce35e7b117b01f93edbcf463d05207bd21f392 (plain)
1
2
3
4
5
6
7
8
9
10
# 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

PS1='\e[01;31m$(code=${?##0};echo ${code:+[${code}]" "})\e[00m\u@\H \w % '