diff options
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |