From cfd35b272d37b8b3e3416ecc70547b8863cf8de8 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Thu, 11 Jul 2024 09:38:53 +0700 Subject: [PATCH] fish: OCaml init --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 874c582..b22d647 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -77,3 +77,6 @@ end fish_ssh_agent # The next line updates PATH for the Google Cloud SDK. if [ -f '/home/joe/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/home/joe/Downloads/google-cloud-sdk/path.fish.inc'; end + +# opam configuration +source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true