From 9ac8c992266320d99465485ff6bf01765b4484d3 Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 21 Oct 2023 15:17:34 +0100 Subject: [PATCH] chore: Added Ocaml's opam --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e93c819..11f7b2e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -36,5 +36,8 @@ conda deactivate direnv hook fish | source +# opam configuration +source /home/afonso/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true + starship init fish | source