dotfiles

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

commit 56497a3aa18a63b1b6b1cc2c9c4418682b8023af
parent ec8693a6f3e721e2b3932ae1ae32185449887b41
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  6 Aug 2015 15:54:17 -0700

Remove calendar customization.

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

diff --git a/.profile b/.profile @@ -13,9 +13,6 @@ 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)