cd ~
git clone https://github.com/nowak-ninja/shell-autostart.git .shell-autostart
source ~/.shell-autostart/shell-autostart.sh
Create file named .autostart
in some directory and put there bash commands, aliases, exports, etc
You can set Your own autostart file using ENV variable:
AUTOSTART_FILE=.autoexec
source ~/.shell-autostart/shell-autostart.sh