Skip to content

Instantly share code, notes, and snippets.

@ERPedersen
Created May 28, 2020 09:05
Show Gist options
  • Save ERPedersen/24327e5e75e62a1e6a0e1936e2aadcbb to your computer and use it in GitHub Desktop.
Save ERPedersen/24327e5e75e62a1e6a0e1936e2aadcbb to your computer and use it in GitHub Desktop.
Add yarn to global path
# Add yarn to global path
export="${PATH}:$(yarn global bin)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment