Default
if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi
They are available in your .bashrc file on Ubuntu 18.19. Actually, the problem is finding files, so find both files by running the commands below. I ran into the same problems and this is how I solved it.
source ~/.bashrc source ~/.bash_aliases
source share