new: pwsh; julia sysimg env variables
This commit is contained in:
parent
7ce139f629
commit
23cd3a375a
1 changed files with 4 additions and 1 deletions
|
@ -158,7 +158,10 @@ Import-Module PSDates
|
|||
|
||||
# less options
|
||||
$env:LESS = "-i -M -R -S -W -z-4 -x4"
|
||||
|
||||
# julia sysimg
|
||||
$env:JL_SYSIMG_PATH = "$HOME/dotfiles/julia-sysimages"
|
||||
$env:JL_SYSIMG_PLT = "$HOME/dotfiles/julia-sysimages/sys-plotsmakie.so"
|
||||
$env:JL_SYSIMG_ETC = "$HOME/dotfiles/julia-sysimages/sys-etc.so"
|
||||
|
||||
|
||||
# ==============================================================
|
||||
|
|
Loading…
Reference in a new issue