mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
updated python initialization for macosx
This commit is contained in:
parent
4e9a61dcdd
commit
e2bede24ca
1 changed files with 0 additions and 6 deletions
|
|
@ -37,18 +37,12 @@ plugins=(git gitfast postgres tmux python vim-override virtualenvwrapper)
|
|||
|
||||
# User configuration
|
||||
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/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'
|
||||
|
||||
# Language configuration
|
||||
if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||
|
||||
# Compilation flags
|
||||
# export ARCHFLAGS="-arch x86_64"
|
||||
|
||||
# MacOSX specific aliases
|
||||
alias bu='brew update && brew upgrade'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue