From 0cfdb493f045e7c533328617427a7416783c28b5 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 29 Oct 2008 03:50:18 +0100 Subject: added bashrc configdir added git config --- bashrc/common/env.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bashrc/common/env.sh (limited to 'bashrc/common/env.sh') diff --git a/bashrc/common/env.sh b/bashrc/common/env.sh new file mode 100644 index 0000000..e02e6ad --- /dev/null +++ b/bashrc/common/env.sh @@ -0,0 +1,5 @@ +# force sane editor +export EDITOR=/usr/bin/nano + +# set timezone if needed +[[ -z "$TZ" ]] && export TZ=Europe/Berlin -- cgit v1.2.3