mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-10-31 23:35:32 +01:00
remove brew --prefix
usage as its very slow
This commit is contained in:
parent
a77724f7c1
commit
777684c0be
9
exports
9
exports
@ -1,8 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Set architecture flags
|
|
||||||
export ARCHFLAGS="-arch x86_64"
|
|
||||||
|
|
||||||
# Prefer US English and use UTF-8
|
# Prefer US English and use UTF-8
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
export LANG="en_US"
|
export LANG="en_US"
|
||||||
@ -11,11 +8,11 @@ export LANG="en_US"
|
|||||||
# PATH
|
# PATH
|
||||||
# ---------------------------------------------------
|
# ---------------------------------------------------
|
||||||
|
|
||||||
PATH_OPENSSL=$(brew --prefix openssl)/bin
|
PATH_OPENSSL=/usr/local/opt/openssl/bin
|
||||||
# PATH_RUBY=$(brew --prefix ruby)/bin
|
# PATH_RUBY=$(brew --prefix ruby)/bin
|
||||||
# PATH_GEMS=/usr/local/lib/ruby/gems/2.6.0/bin
|
# PATH_GEMS=/usr/local/lib/ruby/gems/2.6.0/bin
|
||||||
PATH_PYTHON=$(brew --prefix python)/libexec/bin
|
PATH_PYTHON=/usr/local/opt/python/libexec/bin
|
||||||
PATH_GO=$(brew --prefix go)/libexec/bin
|
PATH_GO=/usr/local/opt/go/libexec/bin
|
||||||
#PATH_RUST=$HOME/.cargo/bin
|
#PATH_RUST=$HOME/.cargo/bin
|
||||||
|
|
||||||
export GOPATH=$HOME/.go/
|
export GOPATH=$HOME/.go/
|
||||||
|
Loading…
Reference in New Issue
Block a user