From ac297f4d1f5bcc79fc52200d27fc77bd155eaefe Mon Sep 17 00:00:00 2001 From: Joty Date: Sat, 12 May 2018 17:20:19 +0930 Subject: [PATCH] Add path for 'pip install --user' programs --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 83a668c..eebaf63 100644 --- a/.zshrc +++ b/.zshrc @@ -111,6 +111,9 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +# Add to PATH to Install and run programs with "pip install --user" +export PATH=$PATH:~/.local/bin + [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export FZF_DEFAULT_OPS="--extended"