summaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-07 17:42:07 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-07 17:42:07 (EST)
commita96d027f864d35b7387dca7eadc3830ec84e12ea (patch)
tree21cdebdb415cc4d75d1920433dfd87fc38ff7149 /.exports
parentb293daa9af4d8782c19dec401bd38cab5661a78e (diff)
downloadbash-a96d027f864d35b7387dca7eadc3830ec84e12ea.zip
bash-a96d027f864d35b7387dca7eadc3830ec84e12ea.tar.gz
bash-a96d027f864d35b7387dca7eadc3830ec84e12ea.tar.bz2
.exports: New file
Diffstat (limited to '.exports')
-rw-r--r--.exports6
1 files changed, 6 insertions, 0 deletions
diff --git a/.exports b/.exports
new file mode 100644
index 0000000..dbc092b
--- /dev/null
+++ b/.exports
@@ -0,0 +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'