mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Use juliaup
This commit is contained in:
parent
69ab58b4dd
commit
29a9a669c8
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ 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-palette"
|
||||
abbr -ag onefetch "onefetch --no-color-palette"
|
||||
|
||||
## Podman
|
||||
set -l sagemath_image docker.io/sagemath/sagemath:latest
|
||||
|
@ -73,7 +73,7 @@ if status is-interactive
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
## Taskwarrior
|
||||
|
|
Loading…
Reference in a new issue