julia: Add shortcut (#1625)

Add shortcut to launch Julia repl
This commit is contained in:
chortbauer 2020-12-02 04:23:21 +01:00 committed by GitHub
parent bb4ff42c0c
commit 3bc62e2d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,11 @@
"hash": {
"url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
}
}
},
"shortcuts": [
[
"bin\\julia.exe",
"Julia"
]
]
}