Don't repeat yourself

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-09-02 17:17:44 +05:30
parent d29189db4f
commit 8d3cc63ea8
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -39,7 +39,7 @@ I do:
export JAVA_HOME="${JAVA_HOME/current/8.0.262-zulu}"
```
for the same end result, but a lot faster. The difference in speed ends up coming from SDKMAN working over symlinks compared to my direnv workaround just replacing the value of a variable.
for the same end result, but a lot faster.
And that's really it! SDKMAN's pretty neat, but for the most part it just stays out of your way and thus there's not a lot to talk about it. The next post's gonna be much more hands-on :-)