diff --git a/.bash.d/.bash_functions b/.bash.d/.bash_functions index e4efd33..2dc2033 100644 --- a/.bash.d/.bash_functions +++ b/.bash.d/.bash_functions @@ -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} diff --git a/.bash.d/.bash_sources b/.bash.d/.bash_sources index 0915545..d3d0ce1 100644 --- a/.bash.d/.bash_sources +++ b/.bash.d/.bash_sources @@ -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