Bash profile: fix opam

This commit is contained in:
Théophile Bastian 2017-03-07 00:27:48 +01:00
parent 1490f89129
commit 68bca0dbff
1 changed files with 3 additions and 0 deletions

View File

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