]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - bash/rc
Added basic bash configuration file.
[config/dotfiles.git] / bash / rc
1 # Main bash configuration file.
2
3
4 # Use UTF-8 encoding in the terminal.
5 export LC_ALL=en_US.UTF-8
6
7 # Use Vim as editor.
8 export EDITOR='vim'
9 # Use Vi(m) style in bash.
10 set -o vi