diff --git a/.zprezto/runcoms/zprofile b/.zprezto/runcoms/zprofile index 63925b4..5a7ae33 100644 --- a/.zprezto/runcoms/zprofile +++ b/.zprezto/runcoms/zprofile @@ -46,6 +46,11 @@ typeset -gU cdpath fpath mailpath path # /usr/local/{bin,sbin} # $path #) +path=( + "$HOME/bin" + "$HOME/.poetry/bin" + $path +) # # Less @@ -62,5 +67,8 @@ if (( $#commands[(i)lesspipe(|.sh)] )); then export LESSOPEN="| /usr/bin/env $commands[(i)lesspipe(|.sh)] %s 2>&-" fi +export PIPENV_VENV_IN_PROJECT=1 -export PIPENV_VENV_IN_PROJECT=1 \ No newline at end of file +export LD_LIBRARY_PATH=$HOME/brew/lib:$LD_LIBRARY_PATH + +# export PATH="$HOME/.poetry/bin:$PATH"