I am having a little problem with my ubuntu16.04 terminal. I wanted to have access to a data-base through the use of the :
echo source /Infos/bd/config11 >> .bashrc
echo source /Infos/bd/config11 >> .bash_profile
However I unfortunately don't have acces to this data-base since it's not on my computer. Every time I open a terminal I see:
bash: /Infos/bd/config11: No such file or directory
What can I do to stop seeing this on my terminal?
Thank you.