From f251bcbf08085a737aa3c09ca29435fc41632767 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sat, 3 May 2025 14:51:36 +0100 Subject: [PATCH] Enable .bash_aliases-local --- bashprofile/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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" ]