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

Fix LD_PRELOAD with linking

This commit is contained in:
Mo 2022-12-01 03:53:57 +01:00
parent 5c36506433
commit 50caba0919

View file

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