summaryrefslogtreecommitdiffstats
path: root/bashrc/common/env.sh
diff options
context:
space:
mode:
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