From 7e1cc1c2bfa533c683ca193ea3c29bd1ecff33ab Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 17 Jan 2022 10:44:57 +0100 Subject: [PATCH] feat: add local yarn bin-dir to path --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"