1 2 3 4 5 6 7
# .bashrc sourced by interactive, non-login shells if [ -f ~/.bash_aliases ] ; then . ~/.bash_aliases fi eval "$(starship init bash)"