summaryrefslogtreecommitdiff
path: root/bash/.bashrc
blob: 8864fcd9238fab7fd6e2d65b235927e243a5d2c9 (plain)
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)"