I have written some scripts and stored them in my ~/bin folder. I'm already able to run them just by calling their title during a shell session. However, they aren't running interactively (I mean, my ~/.bashrc aliases are not loaded).
Is there a way to mark them to run interactively by default? Or must I source ~/.bashrc inside of them to use any aliases defined there?
Other alternatives are welcome!