From 035412456a0f9414635bc30597f383dda364ac2a Mon Sep 17 00:00:00 2001 From: Andrey Anurin Date: Thu, 23 Jan 2020 11:10:27 +0100 Subject: [PATCH] add ~/bin to paths --- .zprezto/runcoms/zprofile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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"