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