summaryrefslogtreecommitdiffstats
path: root/bashrc/common/env.sh
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2008-10-29 03:50:18 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2008-10-29 03:50:18 +0100
commit0cfdb493f045e7c533328617427a7416783c28b5 (patch)
treecc9a1a43343cef6550357eab1e25a1923dae627b /bashrc/common/env.sh
parent4e4fb8d5d790d2cc6eabab95aaea4b81225ca164 (diff)
downloaddotfiles-0cfdb493f045e7c533328617427a7416783c28b5.tar.gz
dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.tar.xz
dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.zip
added bashrc configdir
added git config
Diffstat (limited to '')
-rw-r--r--bashrc/common/env.sh5
1 files changed, 5 insertions, 0 deletions
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