1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00

more GNU replacements

This commit is contained in:
2020-05-16 11:34:42 -04:00
parent d508c844b8
commit 1d57db238d
4 changed files with 58 additions and 17 deletions

View File

@@ -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