dotfiles/files/.bash_profile

7 lines
144 B
Bash

#!/bin/bash
[ -f ~/.bashrc ] && source ~/.bashrc
# OPAM configuration
. /home/tobast/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true