zshrc: new bin path

This commit is contained in:
Guilherme Rugai Freire 2023-02-18 16:18:22 -03:00
parent 8688cf4f25
commit 9d02c5d475
No known key found for this signature in database
GPG Key ID: C246288AC51220BC

View File

@ -45,6 +45,8 @@ try_export_path "$HOME/.scripts/bin"
try_export_path "$HOME/.bin"
try_export_path "$HOME/.opt/bin"
try_export_path "$HOME/.local/bin"
try_export_path "$HOME/.yarn/bin"