# Main bash configuration file. # Use UTF-8 encoding in the terminal. export LC_ALL=en_US.UTF-8 # Use Vim as editor. export EDITOR='vim' # Use Vi(m) style in bash. set -o vi