Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrom committed Sep 9, 2016
1 parent 7144866 commit 2ccf25f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions bash/aliases
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#alias vim='mvim -v'
#alias vi='mvim -v'

# mate
alias matew='mate -w'

Expand Down
10 changes: 5 additions & 5 deletions bash/paths
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ export PATH="~/.bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/loc
export PATH="/opt/local/bin:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"

export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
setjdk() {
export JAVA_HOME=$(/usr/libexec/java_home -v $1)
}
#export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
#setjdk() {
#export JAVA_HOME=$(/usr/libexec/java_home -v $1)
#}

export PATH="${JAVA_HOME}/bin:$PATH"
#export PATH="${JAVA_HOME}/bin:$PATH"
export PATH="/Volumes/RubyEncoder/RubyEncoder.app/Contents/MacOS/:$PATH"

export GOPATH="$HOME/.go"
Expand Down
2 changes: 1 addition & 1 deletion gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
branch = auto
[core]
excludesfile = /Users/jordi/.gitignore
editor = mvim -vf
editor = vim -vf
[apply]
whitespace = nowarn
[push]
Expand Down

0 comments on commit 2ccf25f

Please sign in to comment.