ansible-role--bash/files/bashrc.d/50-dev-opam.sh

12 lines
205 B
Bash
Raw Permalink Normal View History

2024-07-12 12:12:40 +00:00
#!/bin/sh
##
# Set up OCaml environment
#
if hash opam > /dev/null 2>&1 ; then
eval $(opam config env)
fi
# OPAM configuration
#. /home/warbrain/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true