feat: add local yarn bin-dir to path

main
mandlm 2022-01-17 10:44:57 +01:00
parent 3a1b6cb641
commit 7e1cc1c2bf
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

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