about summary refs log tree commit diff
path: root/profile/.profile.d/60_ocaml.sh
blob: b981b3d8ca9866c02896014bd11da2e54a005d30 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if command -v opam >/dev/null 2>&1; then
	if [ -f "${HOME}/.opam/opam-init/init.sh" ]; then
		# shellcheck disable=SC1091
		. "${HOME}/.opam/opam-init/init.sh" >/dev/null 2>&1
	fi
fi

Consider giving Nix/NixOS a try! <3