added pip bin install location to path
This commit is contained in:
parent
8320913645
commit
3f9af46b3c
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -6,7 +6,7 @@ plugins=(
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
export PATH="$PATH:$HOME/.yarn/bin"
|
export PATH="$PATH:$HOME/.yarn/bin:$HOME/.local/bin"
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue