mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
no more /usr/local/share/python* for homebrew
This commit is contained in:
parent
a7efaf8baf
commit
04a1b20792
1 changed files with 0 additions and 6 deletions
|
|
@ -6,12 +6,6 @@ NODE_PATH=/usr/local/lib/node
|
||||||
export NODE_PATH
|
export NODE_PATH
|
||||||
PATH=$PATH:/usr/local/share/npm/bin
|
PATH=$PATH:/usr/local/share/npm/bin
|
||||||
|
|
||||||
# python
|
|
||||||
test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH"
|
|
||||||
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
|
|
||||||
|
|
||||||
export PATH
|
|
||||||
|
|
||||||
# no emoji
|
# no emoji
|
||||||
HOMEBREW_NO_EMOJI="you bet"
|
HOMEBREW_NO_EMOJI="you bet"
|
||||||
export HOMEBREW_NO_EMOJI
|
export HOMEBREW_NO_EMOJI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue