Skip to content

Commit

Permalink
GHI-#7 Fix filename of local sourced igloo environment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Jan 19, 2017
1 parent 6ab88b9 commit 250bb72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions snowblocks/bash/config/env/igloo
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ export FZ_DATADIR=$STORE_RUN/filezilla
export GIMP2_DIRECTORY=$STORE_RUN/gimp
export GRADLE_USER_HOME=$STORE_RUN/gradle
export INKSCAPE_PROFILE_DIR=$STORE_RUN/inkscape
export _JAVA_AWT_WM_NONREPARENTING=1
export JAVA_HOME=/usr/lib/jvm/default
export M2_REPO=$STORE_RUN/apache-maven-3/repository
export PURPLEHOME=$STORE_RUN/pidgin

if [[ -e igloo.env.local ]]; then
. igloo.env.local
if [[ -e igloo.local ]]; then
. igloo.local
else
unset -v GNUPGHOME
fi
Expand Down

0 comments on commit 250bb72

Please sign in to comment.