Add bash.d. #7

Merged
shaunrd0 merged 20 commits from bash-d into main 2026-02-21 15:14:40 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 99be1dfecd - Show all commits

View File

@@ -1,4 +1,4 @@
# $1: Version
# $1: Version; defaults to 6.7.3
# $2: Path to Qt; defaults to $HOME/Qt
function assistant {
local version=${1:-6\.7\.3}

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