mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
added custom python support from brew
This commit is contained in:
parent
cde788ed19
commit
4e9a61dcdd
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper)
|
||||||
# User configuration
|
# User configuration
|
||||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||||
if [ -e /usr/local/bin ]; then export PATH="/usr/local/bin:$PATH"; fi
|
if [ -e /usr/local/bin ]; then export PATH="/usr/local/bin:$PATH"; fi
|
||||||
|
if [ -e /usr/local/share/python ]; then export PATH="/usr/local/share/python:$PATH"; fi
|
||||||
|
if [ -e /usr/local/share/python3 ]; then export PATH="/usr/local/share/python3:$PATH"; fi
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
# Language configuration
|
# Language configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue