mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-06-14 05:25:26 -04:00
more GNU replacements
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ export PATH="$HOME/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/b
|
||||
# Go
|
||||
export GOPATH="$HOME/golang"
|
||||
export GOROOT="/usr/local/opt/go/libexec"
|
||||
export PATH="$PATH:$GOPATH/bin"
|
||||
export PATH="$PATH:$GOROOT/bin"
|
||||
export PATH="$GOPATH/bin:$PATH"
|
||||
export PATH="$GOROOT/bin:$PATH"
|
||||
|
||||
# Ruby
|
||||
export RUBY_HOME=/usr/local/opt/ruby/bin
|
||||
|
||||
Reference in New Issue
Block a user