I recently installed Conque in my Vim configuration and wasn’t able to load by .bash_profile
when I launched bash. I was Googeling around trying to find a solution, but couldn’t find it.
Hope this helps someone.
nnoremap <Leader>tt :ConqueTermSplit bash --rcfile ~/.bash_profile<CR>
You can see this example in my .vimrc.after too.