diff --git a/zshrc b/zshrc index cd963de..d76c1ff 100755 --- a/zshrc +++ b/zshrc @@ -316,3 +316,9 @@ function is_screen_running() { if is_interactive && command_exists screen && not_in_screen && is_screen_running; then screen -rx fi + +if [[ -e ~/.opam ]]; then + # OPAM configuration + . ~/.opam/opam-init/init.zsh > /dev/null +fi +