1
0

Enable .bash_aliases-local

This commit is contained in:
2025-05-03 14:51:36 +01:00
parent dc704be863
commit f251bcbf08

View File

@@ -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" ]