]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Added basic bash configuration file.
authorSimon Ruderich <simon@ruderich.org>
Fri, 5 Sep 2008 16:05:37 +0000 (18:05 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 5 Sep 2008 16:05:37 +0000 (18:05 +0200)
bash/rc [new file with mode: 0644]

diff --git a/bash/rc b/bash/rc
new file mode 100644 (file)
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