Set PYTHONPATH
This commit is contained in:
parent
442ed991bb
commit
b25b15f195
2 changed files with 4 additions and 0 deletions
|
|
@ -12,3 +12,6 @@ PS1='[\u@\h \W]\$ '
|
|||
|
||||
# Update LS_COLORS
|
||||
eval $(dircolors ~/.dircolors)
|
||||
|
||||
# WizardKit
|
||||
export PYTHONPATH='/usr/local/bin'
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ source $ZSH/oh-my-zsh.sh
|
|||
# Wizard Kit
|
||||
. $HOME/.aliases
|
||||
eval $(dircolors ~/.dircolors)
|
||||
export PYTHONPATH="/usr/local/bin"
|
||||
|
|
|
|||
Loading…
Reference in a new issue