dotfiles/files/.bash_profile

7 lines
144 B
Bash
Raw Normal View History

2016-09-04 13:58:13 +02:00
#!/bin/bash
[ -f ~/.bashrc ] && source ~/.bashrc
2017-03-07 00:27:48 +01:00
# OPAM configuration
. /home/tobast/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true