diff --git a/zsh/zshrc b/zsh/zshrc index bb47844..9ccbd81 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -export PATH=$HOME/.local/bin:$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/.yarn/bin:$HOME/.local/bin:$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH="/home/mandlm/.oh-my-zsh"