mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
brew python fix
This commit is contained in:
parent
7180e604e9
commit
e33a71dc6a
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@ locals.zsh
|
||||||
log/.zsh_history
|
log/.zsh_history
|
||||||
projects.zsh
|
projects.zsh
|
||||||
custom/*
|
custom/*
|
||||||
|
!custom/brew.plugin.zsh
|
||||||
!custom/example
|
!custom/example
|
||||||
!custom/example.zsh
|
!custom/example.zsh
|
||||||
cache
|
cache
|
||||||
|
|
|
||||||
2
custom/brew.plugin.zsh
Normal file
2
custom/brew.plugin.zsh
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
#python path ==> brew easy_install and pip are used
|
||||||
|
export PATH='/usr/local/share/python':$PATH
|
||||||
Loading…
Add table
Add a link
Reference in a new issue