Skip to content

Instantly share code, notes, and snippets.

@mayocream
Forked from leolovenet/fishshell luarocks path
Created June 29, 2022 07:41
Show Gist options
  • Save mayocream/8259de80641e1c28996607b33207e281 to your computer and use it in GitHub Desktop.
Save mayocream/8259de80641e1c28996607b33207e281 to your computer and use it in GitHub Desktop.
luarocks path command for fishshell
for i in (luarocks path | awk '{sub(/PATH=/, "PATH ", $2); print "set -gx "$2}'); eval $i; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment