mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-23 23:03:11 +03:00
- Comment out julialauncher
alias
This commit is contained in:
parent
98ee0c22c0
commit
fee98b3d6f
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user