Skip to content

Commit

Permalink
bashrcにScala用の記述を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoppyd committed Jun 2, 2014
1 parent b92fc04 commit 585b4d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bashrc
Expand Up @@ -62,6 +62,10 @@ export ANDROID_HOME="$HOME/Development/sdk"
export GEM_HOME=$HOME/gem
export PATH=$GEM_HOME/bin:$PATH

# Scala
export SCALA_HOME=$HOME/local/share/scala
export PATH=$SCALA_HOME/bin:$PATH

# Haxe
export PATH=$DEV_TOOL_HOME/haxe:$PATH

Expand Down

0 comments on commit 585b4d9

Please sign in to comment.