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