mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
add homebrew python path
This commit is contained in:
parent
f22d8c50e0
commit
dde36e5d2b
1 changed files with 3 additions and 0 deletions
3
profile
3
profile
|
|
@ -24,6 +24,9 @@ export PATH RUBYOPT
|
|||
test -d /usr/local/Cellar/ruby/1.9.2-p290/bin && PATH="/usr/local/Cellar/ruby/1.9.2-p290/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH"
|
||||
|
||||
|
||||
# default editor
|
||||
EDITOR=vim
|
||||
VISUAL=vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue