summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloƩ Vulquin <code@toast.bunkerlabs.net>2024-12-10 18:36:55 +0100
committerChloƩ Vulquin <code@toast.bunkerlabs.net>2024-12-10 18:36:55 +0100
commit43990091fa208012e74e874832ed02b22b8998fd (patch)
treeceedb14f2bf4256c68310bbdfa3601a07621bba8
parentfish: add clojure XDG compatibility (diff)
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!
-rw-r--r--dot_config/private_fish/conf.d/julia.fish2
1 files changed, 2 insertions, 0 deletions
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