Add path for 'pip install --user' programs
This commit is contained in:
3
.zshrc
3
.zshrc
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user