Skip to content

Commit

Permalink
GHI-#17 Autodetect installed Ruby gem version paths
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 23, 2017
1 parent 57e84f5 commit 6b0f8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/bash/config/env/igloo
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ else
unset -v GNUPGHOME
fi

PATH_RUBY_GEMS=($HOME/.gem/ruby/*/bin);PATH_RUBY_GEMS=$(printf "%s:" "${PATH_RUBY_GEMS[@]}")
PATH_NPM_PACKAGES=$STORE_RUN/npm/bin
PATH_RUBY_GEMS="$HOME/.gem/ruby/2.2.0/bin;$HOME/.gem/ruby/2.3.0/bin"
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_NPM_PACKAGES:$PATH_RUBY_GEMS:$PATH_ANI2ICO:$PATH_INTELLIJ_IDEA_U_HOME:$PATH_GIT_DIFF_HIGHLIGHT"

0 comments on commit 6b0f8e2

Please sign in to comment.