summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-03-07 13:25:45 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-03-07 13:25:45 (EST)
commit4381b89c96a70531a5d0a40675ebed21cb77b199 (patch)
treec50499e6d3d7a20d9bd39af5e646d7c79d34ada7
parentc6f56dabda82e91b8b65aca4d1a5aef6fcefd28b (diff)
downloadbash-4381b89c96a70531a5d0a40675ebed21cb77b199.zip
bash-4381b89c96a70531a5d0a40675ebed21cb77b199.tar.gz
bash-4381b89c96a70531a5d0a40675ebed21cb77b199.tar.bz2
.bash_exports: Set TZ
-rw-r--r--.bash_exports1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_exports b/.bash_exports
index 58b9ab6..9b2aef4 100644
--- a/.bash_exports
+++ b/.bash_exports
@@ -2,6 +2,7 @@
export LC_ALL='en_US.UTF-8'
export LC_TIME='en_DK.UTF-8'
+export TZ='America/New_York'
export EDITOR='vim'
if [ -x /usr/bin/dircolors ]; then