From 447412235325f64be9ba1fe303a23d07e437f9c5 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Thu, 8 Jun 2023 11:43:43 +0200 Subject: [PATCH] add pip default directory to path --- zsh/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.profile b/zsh/.profile index 3aa83ec..8709f92 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -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"