From 2986c04c2fcad44eb80ce01336ade33a7429cf7a Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 6 May 2024 02:23:38 +0530 Subject: (Emacs|Shell|SystemD)~Small changes --- Shell/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Shell') diff --git a/Shell/.zshrc b/Shell/.zshrc index bb95636..ae1b445 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -133,3 +133,5 @@ export SDKMAN_DIR="/home/oreo/.sdkman" [[ -s "/home/oreo/.sdkman/bin/sdkman-init.sh" ]] && source "/home/oreo/.sdkman/bin/sdkman-init.sh" eval $(opam env) + +[ -f "/home/oreo/.ghcup/env" ] && . "/home/oreo/.ghcup/env" # ghcup-env -- cgit v1.2.3-13-gbd6f