diff options
-rw-r--r-- | Shell/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/.zshrc b/Shell/.zshrc index 3c43a67..838f233 100644 --- a/Shell/.zshrc +++ b/Shell/.zshrc @@ -127,6 +127,9 @@ export NVM_DIR="$HOME/.nvm" export SDKMAN_DIR="/home/oreo/.sdkman" [[ -s "/home/oreo/.sdkman/bin/sdkman-init.sh" ]] && source "/home/oreo/.sdkman/bin/sdkman-init.sh" +if command -v opam 2>&1 >/dev/null +then eval $(opam env) +fi [ -f "/home/oreo/.ghcup/env" ] && . "/home/oreo/.ghcup/env" # ghcup-env |