diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index 7052d01..1aeac67 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -116,6 +116,10 @@ if ! shopt -oq posix; then fi fi +if [ -f ~/.bash_aliases-local ]; then + . ~/.bash_aliases-local +fi + eval "$($HOME/.dotfiles/starship-`uname -m` init bash)" if [ -r "$HOME/.dotfiles/nvim-linux-`uname -m`/bin/nvim" ]