From a96d027f864d35b7387dca7eadc3830ec84e12ea Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Mar 2016 17:42:07 -0500 Subject: .exports: New file --- 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 -- cgit v0.9.1