Skip to content

Commit

Permalink
Merge pull request #103 from arcticicestudio/improvement/gh-99-source…
Browse files Browse the repository at this point in the history
…-local-bin-folder-for-binaries

Source local "~/.bin" for binaries
  • Loading branch information
arcticicestudio authored Dec 28, 2017
2 parents 78042d8 + 2d7876e commit 13d4ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snowblocks/bash/config/env/igloo
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ fi

PATH_INTELLIJ_IDEA_U_HOME=/opt/intellij-idea-u/bin
PATH_GIT_DIFF_HIGHLIGHT=/usr/share/git/diff-highlight
export PATH="${PATH}:$JAVA_HOME/bin:$PATH_INTELLIJ_IDEA_U_HOME:$PATH_GIT_DIFF_HIGHLIGHT"
PATH_BIN=~/.bin
export PATH="${PATH}:$JAVA_HOME/bin:$PATH_INTELLIJ_IDEA_U_HOME:$PATH_GIT_DIFF_HIGHLIGHT:$PATH_BIN"

0 comments on commit 13d4ec3

Please sign in to comment.