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"