mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-24 00:43:11 +03:00
add more julia testing aliases
This commit is contained in:
parent
a29e14e72c
commit
5f37b857c4
@ -47,7 +47,9 @@ alias cb='cargo build'
|
|||||||
|
|
||||||
# Julia
|
# Julia
|
||||||
#alias julia='julialauncher' # just make a symbolic link lazy kid :) 'doas ln -s /usr/bin/julialauncher /usr/bin/julia'
|
#alias julia='julialauncher' # just make a symbolic link lazy kid :) 'doas ln -s /usr/bin/julialauncher /usr/bin/julia'
|
||||||
alias jt='julia -e "using Pkg; Pkg.activate(pwd()); Pkg.test()"'
|
alias jt='julia --color=yes --project=@. -e "using Pkg; Pkg.test(); rm(\"./Manifest.toml\")"'
|
||||||
|
alias jtold='julia +1.0 --color=yes --project=@. -e "using Pkg; Pkg.test(); rm(\"./Manifest.toml\")"'
|
||||||
|
alias jtpre='julia +alpha --color=yes --project=@. -e "using Pkg; Pkg.test(); rm(\"./Manifest.toml\")"'
|
||||||
alias jopt='julia --optimize=3 --check-bounds=no --math-mode=fast --threads auto'
|
alias jopt='julia --optimize=3 --check-bounds=no --math-mode=fast --threads auto'
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
|
Loading…
Reference in New Issue
Block a user