-
-
Save mayocream/8259de80641e1c28996607b33207e281 to your computer and use it in GitHub Desktop.
luarocks path command for fishshell
This file contains hidden or 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
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