Help with defining aliases for commands used by mason #1299
-
|
Working on getting mason installed, and I need the ability to alias a few commands in lua for my init.lua, so mason will have access to the proper command. For Bash it would be: alias tar="/usr/local/bin/gtar"
alias java="/usr/local/jdk-17/bin/java"
alias javac="/usr/local/jdk-17/bin/javac" |
Beta Was this translation helpful? Give feedback.
Answered by
williamboman
May 17, 2023
Replies: 1 comment
-
|
For the time being you'll have to manually manage your PATH and/or symlinks in such a way that these executables have precedence. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anoduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the time being you'll have to manually manage your PATH and/or symlinks in such a way that these executables have precedence.