X-Git-Url: https://git.danix.xyz/?p=my-dotfiles.git;a=blobdiff_plain;f=bash_profile;fp=bash_profile;h=ea3b693ed89ff2589b6ff2e4265c07338b1ddf69;hp=d05411c1a40a5e8b7a2aaa9a315a4354c8ceda6d;hb=7abef725078fc52196b630c95f354fb58864c743;hpb=6be4fcd546b01b14b5f06306ab5b7c0391913bfa diff --git a/bash_profile b/bash_profile index d05411c..ea3b693 100644 --- a/bash_profile +++ b/bash_profile @@ -4,3 +4,5 @@ if [ -f ~/.bashrc ]; then source ~/.bashrc fi +# opam configuration +test -r /home/danix/.opam/opam-init/init.sh && . /home/danix/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true