From 23cd3a375ab16d30600adc69e0bf1ebd85bdb707 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 15 May 2023 17:03:11 +0900 Subject: [PATCH] new: pwsh; julia sysimg env variables --- dotfiles/pwsh/powershell_profile.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index 9eb3984..a13446e 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -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" # ==============================================================