From 43990091fa208012e74e874832ed02b22b8998fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Tue, 10 Dec 2024 18:36:55 +0100 Subject: fish: add julia XDG compatibility Ok it's not REALLY XDG, is it now? I've gotten into the habit of having language "packages" in ~/.local/$LANG, like it's /opt. It feels quite XDG-y, considering there's notwhere near as much of an /opt-alternative standard in the spec, and it's quite convenient. You should try it! --- dot_config/private_fish/conf.d/julia.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_config/private_fish/conf.d/julia.fish (limited to 'dot_config/private_fish') diff --git a/dot_config/private_fish/conf.d/julia.fish b/dot_config/private_fish/conf.d/julia.fish new file mode 100644 index 0000000..d45c1ef --- /dev/null +++ b/dot_config/private_fish/conf.d/julia.fish @@ -0,0 +1,2 @@ +set -Uuq JULIA_DEPOT_PATH || set -Uu JULIA_DEPOT_PATH ~/.local/julia +setux JULIA_DEPOT_PATH -- cgit v1.2.3