add pip default directory to path

This commit is contained in:
Anthony Rodriguez 2023-06-08 11:43:43 +02:00
parent af273f811d
commit 4474122353
No known key found for this signature in database
GPG key ID: 838541960B42C340

View file

@ -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"