I am trying to use aliases in a non-interactive bash shell. I have defined my aliases in ~/.bashrc and I have set the variable BASH_ENV=~/startUpFile
~/.bashrc
BASH_ENV=~/startUpFile
The command shopt -s expand_aliases will allow alias expansion in non-interactive shells.
shopt -s expand_aliases