new: fish: julia sysimg path variables
This commit is contained in:
parent
3ed32fd632
commit
7ce139f629
2 changed files with 5 additions and 1 deletions
|
@ -43,6 +43,10 @@ bind \b backward-kill-word
|
||||||
# env
|
# env
|
||||||
set -x LESS '-i -r -M -R -S -W -z-4 -x4'
|
set -x LESS '-i -r -M -R -S -W -z-4 -x4'
|
||||||
set -x EDITOR "/usr/bin/nvim"
|
set -x EDITOR "/usr/bin/nvim"
|
||||||
|
# julia sysimage
|
||||||
|
set -x JL_SYSIMG_PATH "$HOME/dotfiles/julia-sysimages"
|
||||||
|
set -x JL_SYSIMG_PLT "$HOME/dotfiles/julia-sysimages/sys-plotsmakie.so"
|
||||||
|
set -x JL_SYSIMG_ETC "$HOME/dotfiles/julia-sysimages/sys-etc.so"
|
||||||
|
|
||||||
|
|
||||||
# save fish log to my custom file
|
# save fish log to my custom file
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3125893509c0320fc9ce568cce908174d447489d
|
Subproject commit 3b4fa60ba54ec0e39eddfd1e7b4ddf5b39ae846e
|
Loading…
Reference in a new issue