aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-07-14 15:02:51 +0200
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-09-02 23:44:01 +0200
commit64f8383e257133613cee9d76d16a8d8f039d0d4c (patch)
tree73da7565c04e3c96c12371585645568e0ea80b98
parentc63f95eb847f7946542c26c38c511c799a0d74dd (diff)
Add paths for elan and gchup
-rw-r--r--home/zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/zshrc b/home/zshrc
index 5b1f449..0aeb36c 100644
--- a/home/zshrc
+++ b/home/zshrc
@@ -111,3 +111,8 @@ case ":$PATH:" in
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end
+
+[ -f "$HOME/.ghcup/env" ] && . "$HOME/.ghcup/env" # ghcup-env
+
+# Elan / Lean4
+export PATH="$HOME/.elan/bin:$PATH"