I have created some busybox aliases in the ~/.profile
file, but when I open the terminal app, that script isn't sourced and the aliases aren't available. However, when I manually run source ~/.profile
, it is run and then aliases are available. What should I do to source this script automatically each time the terminal app is started.