Add the following to the bottom of your bash script.
#required for the fuck package
eval "$(thefuck --alias)"
#customise the bash prompt
PS1="\[\033[01;34m\]$\[\033[01;00m\] "
#startup animations for bash
cmatrix -s -C blue
neofetch
alias r='ranger'
alias v='vim'