Update bash stuff.
This commit is contained in:
@@ -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