Add bash.d. #7
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user