Skip to content

Instantly share code, notes, and snippets.

@leolovenet
Last active June 29, 2022 07:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save leolovenet/89fa932b0f7670f2460e8c020945650a to your computer and use it in GitHub Desktop.
Save leolovenet/89fa932b0f7670f2460e8c020945650a 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