summaryrefslogtreecommitdiffstats
path: root/.bash_exports
diff options
context:
space:
mode:
Diffstat (limited to '.bash_exports')
-rw-r--r--.bash_exports5
1 files changed, 1 insertions, 4 deletions
diff --git a/.bash_exports b/.bash_exports
index 9b2aef4..01ba895 100644
--- a/.bash_exports
+++ b/.bash_exports
@@ -1,9 +1,6 @@
#!/bin/sh
-export LC_ALL='en_US.UTF-8'
-export LC_TIME='en_DK.UTF-8'
-export TZ='America/New_York'
-export EDITOR='vim'
+. ~/.exports
if [ -x /usr/bin/dircolors ]; then
if [ -r ~/.dircolors ]; then