Update bash stuff.

This commit is contained in:
2026-02-21 08:36:12 -05:00
parent e7c4fe36bc
commit 99be1dfecd
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ if [ -f ~/.cargo/env ]; then
fi
# Source a top-secret alias file
if [ -e ~/.bash_secrets ]; then
. ~/.bash_secrets
if [ -f ~/.bash.d/.bash_secrets ]; then
. ~/.bash.d/.bash_secrets
fi