From 74a3e3789529047aa57bab532a1742c32f95ce05 Mon Sep 17 00:00:00 2001 From: steveno Date: Sun, 1 Sep 2024 21:24:44 -0400 Subject: [PATCH] Update ocaml path in bash_profile --- dot_bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bash_profile b/dot_bash_profile index 8f26e9a..4a66a03 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -14,5 +14,5 @@ add_to_path "$HOME/.local/gems/bin" source ~/.bashrc # opam configuration -test -r /home/steveno/.local/opam/opam-init/init.sh && . /home/steveno/.local/opam/opam-init/init.sh > /dev/null 2> /dev/null || true +test -r /home/steveno/.local/share/opam/opam-init/init.sh && . /home/steveno/.local/share/opam/opam-init/init.sh > /dev/null 2> /dev/null || true