#!/bin/bash

[ -f ~/.bashrc ] && source ~/.bashrc

# OPAM configuration
. /home/tobast/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true