Skip to content

Instantly share code, notes, and snippets.

@lucperkins
Created March 22, 2023 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucperkins/2d6c306420b4a29541bb5b441cea3302 to your computer and use it in GitHub Desktop.
Save lucperkins/2d6c306420b4a29541bb5b441cea3302 to your computer and use it in GitHub Desktop.
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