From 932f6438bf1c0f658550841e04ab9a22f2590773 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 5 Sep 2008 18:05:37 +0200 Subject: [PATCH] Added basic bash configuration file. --- bash/rc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bash/rc 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 -- 2.44.2