add pip default directory to path
This commit is contained in:
parent
af273f811d
commit
4474122353
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
export PATH="$HOME/.yarn/bin:$HOME/.local/bin:$PATH"
|
||||
export VISUAL=emacs
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
. "$HOME/.cargo/env"
|
||||
|
|
Loading…
Reference in a new issue