Skip to content

Commit

Permalink
Update the how UV and tools are added to the path
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Dec 11, 2024
1 parent 41fe7b6 commit d0fcd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/mac/files/symlinks/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ alias ap=apppack
export PATH="$PATH:/Applications/PyCharm.app/Contents/MacOS"

# UV installed tools
export PATH="$PATH:/Users/brento/.local/bin"
source $HOME/.local/bin/env

# Composer
export PATH="$HOME/.composer/vendor/bin:$PATH"

0 comments on commit d0fcd49

Please sign in to comment.