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