dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 1fe38cad077e84703b602343f51300fbf411d83b
parent 78b8a72763ed30e70895366bd43da7274b30d2d0
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 21 Jun 2015 20:03:52 -0700

Make the week start on the right day.

Diffstat:
M.profile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.profile b/.profile @@ -13,6 +13,9 @@ export GNUPGHOME="$HOME/.gnupg" export DART_SDK="/usr/lib/dart" export TERMINAL=urxvt +# Make the week start on Monday, like it's meant to. +export LC_TIME=en_GB.UTF-8 + # gnome keyring if [[ $(which gnome-keyring-daemon) == 0 ]]; then export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg)