From e01bb484f4911dfa60bca8b5b7df931468a761c4 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 27 Jun 2016 10:58:00 -0700 Subject: [PATCH] add opam --- zshrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 +