Created
March 22, 2023 16:07
-
-
Save lucperkins/2d6c306420b4a29541bb5b441cea3302 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH= | |
for i in $packages; do | |
if [ "$i" = / ]; then i=; fi | |
PATH=$PATH${PATH:+:}$i/bin | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment