From: Simon Ruderich Date: Fri, 5 Sep 2008 16:05:37 +0000 (+0200) Subject: Added basic bash configuration file. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=932f6438bf1c0f658550841e04ab9a22f2590773;p=config%2Fdotfiles.git Added basic bash configuration file. --- diff --git a/bash/rc b/bash/rc new file mode 100644 index 0000000..455ce0d --- /dev/null +++ b/bash/rc @@ -0,0 +1,10 @@ +# 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