- Comment out julialauncher alias

This commit is contained in:
Spirit 2023-12-25 14:38:22 +03:00 committed by GitHub
parent 98ee0c22c0
commit fee98b3d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ alias ct='cargo test'
alias cb='cargo build'
# Julia
alias julia='julialauncher'
#alias julia='julialauncher' # just make a symbolic link lazy kid :) 'sudo ln -s /usr/bin/julialauncher /usr/bin/julia'
alias jt='julia -e "using Pkg; Pkg.activate(pwd()); Pkg.test()"'
alias jopt='julia --optimize=3 --check-bounds=no --math-mode=fast --threads auto'