Add path for 'pip install --user' programs

This commit is contained in:
Joty
2018-05-12 17:20:19 +09:30
parent ae10ee6cdc
commit ac297f4d1f

3
.zshrc
View File

@@ -111,6 +111,9 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # 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 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export FZF_DEFAULT_OPS="--extended" export FZF_DEFAULT_OPS="--extended"