summaryrefslogtreecommitdiffstats
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
parentb293daa9af4d8782c19dec401bd38cab5661a78e (diff)
downloadbash-a96d027f864d35b7387dca7eadc3830ec84e12ea.zip
bash-a96d027f864d35b7387dca7eadc3830ec84e12ea.tar.gz
bash-a96d027f864d35b7387dca7eadc3830ec84e12ea.tar.bz2
.exports: New file
-rw-r--r--.bash_exports5
-rw-r--r--.exports6
-rwxr-xr-x.gitignore.d/bash1
3 files changed, 8 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
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'
diff --git a/.gitignore.d/bash b/.gitignore.d/bash
index b62f720..e87a7b6 100755
--- a/.gitignore.d/bash
+++ b/.gitignore.d/bash
@@ -3,6 +3,7 @@
# Include relevant files
!/.profile
+!/.exports
!/.bashrc
!/.bash_exports
!/.bash_aliases