summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2025-05-19 00:13:07 -0400
committerAnthony Wang2025-05-19 00:14:10 -0400
commit452ad2833a6a65719a27114b68e3c7cdcbaa540e (patch)
treef1606e9cc6b3d037be6241eb5dd04d0a84b68c23
parent2ffebcada979e43545e5deb3cadb7f30b3f6e69b (diff)
Actually let's use elan but put it in ~/.cacheHEADmaster
-rw-r--r--fish/config.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish
index 19cabed..8aff44b 100644
--- a/fish/config.fish
+++ b/fish/config.fish
@@ -33,3 +33,5 @@ set -gx CARGO_HOME ~/.local/share/cargo
# Trailing : is necessary!
# https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_DEPOT_PATH
set -gx JULIA_DEPOT_PATH ~/.local/share/julia:
+# Lean toolchains are huge so put them in ~/.cache which doesn't get backed up
+set -gx ELAN_HOME ~/.cache/elan