1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Use juliaup

This commit is contained in:
Mo 2022-11-02 16:15:58 +01:00
parent 69ab58b4dd
commit 29a9a669c8

View file

@ -27,7 +27,7 @@ if status is-interactive
## Default options ## Default options
set -g rsync "rsync -avhL --partial --zc=zstd --zl=8 --no-i-r --info=progress2" set -g rsync "rsync -avhL --partial --zc=zstd --zl=8 --no-i-r --info=progress2"
abbr -ag rsync $rsync abbr -ag rsync $rsync
abbr -ag onefetch "onefetch --no-palette" abbr -ag onefetch "onefetch --no-color-palette"
## Podman ## Podman
set -l sagemath_image docker.io/sagemath/sagemath:latest set -l sagemath_image docker.io/sagemath/sagemath:latest
@ -73,7 +73,7 @@ if status is-interactive
end end
function julia function julia
JULIA_NUM_THREADS=16 LD_PRELOAD=/usr/lib64/libstdc++.so.6 ~/bin/julia/bin/julia $argv JULIA_NUM_THREADS=16 LD_PRELOAD=/usr/lib64/libstdc++.so.6 ~/.julia/juliaup/bin/julia $argv
end end
## Taskwarrior ## Taskwarrior