From 3461ae3417d7a22183d8d2218aaeb8e9619e4a78 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 28 Oct 2014 10:38:00 -0700 Subject: [PATCH] Make more consistent. --- profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile b/profile index 4c606a2..6a0b6d1 100644 --- a/profile +++ b/profile @@ -19,7 +19,7 @@ export GOPATH="$HOME/.go" export VISUAL=vim export EDITOR=vim export TZ='America/Los_Angeles' -export DEBEMAIL=david@systemoverlord.com +export DEBEMAIL="david@systemoverlord.com" export DEBFULLNAME="David Tomaschik" export LESS="-MR" @@ -46,5 +46,5 @@ unset GPG_AGENT_INFO_PATH export GPG_TTY=`tty` # End GPG -if [ -e $HOME/.localenv ] ; then source $HOME/.localenv ; fi +if [[ -e $HOME/.localenv ]] ; then source $HOME/.localenv ; fi if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi