Skip to content

Commit

Permalink
et eller annet
Browse files Browse the repository at this point in the history
  • Loading branch information
heim committed Dec 3, 2013
1 parent b32d71a commit eff9d7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment_variables.zsh
Expand Up @@ -3,8 +3,8 @@ export GIT_EDITOR='vi'
export PATH="$HOME/bin:$HOME/.bin:/usr/local/homebrew/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
export MAVEN_OPTS="-XX:+CMSClassUnloadingEnabled -Xmx1024m -Xms512m -XX:MaxPermSize=1524m -Dfile.encoding=ISO-8859-1"
export M3_HOME="/usr/local/Cellar/maven/3.0.3/libexec"
export M2_HOME="/usr/local/Cellar/maven/3.0.3/libexec"
export M3_HOME="/usr/local/Cellar/maven/3.0.4/libexec"
export M2_HOME="/usr/local/Cellar/maven/3.0.4/libexec"
export PATH="$HOME/.rbenv/bin:$PATH"
export PATH="/Applications/Flash Player.app/Contents/MacOS":$PATH
export FLEX_HOME_4_5_1="/usr/local/opt/flex_sdk_4.5.1.21328"
1 change: 1 addition & 0 deletions nocorrect.zsh
@@ -0,0 +1 @@
alias lein="nocorrect lein"
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -38,7 +38,7 @@ compctl -k "(clean install test jetty:run package compile verify idea:idea idea:

#if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
#PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
PATH=$PATH:/opt/local/bin
PATH=$PATH:/opt/local/bin:/usr/local/share/npm/bin/
PATH=$HOME/.rbenv/shims:$PATH


Expand Down

0 comments on commit eff9d7b

Please sign in to comment.