Update OPAM setup

Recent OPAM versions generate more elaborate setup code.
This commit is contained in:
Sebastian Wiesner 2014-04-24 16:35:33 +02:00 committed by Sorin Ionescu
parent fea08d4e50
commit 417b9d429d
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
#
# Return if requirements are not found.
if (( ! $+commands[opam] )); then
if [[ ! -f "$HOME/.opam/opam-init/init.zsh" ]]; then
return 1
fi
# Initialize OPAM.
eval "$(opam config env)"
source "$HOME/.opam/opam-init/init.zsh"