Skip to content

Commit 4510f45

Browse files
committed
[fix] add .bashrc to supported home files
1 parent 3f83f72 commit 4510f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function source_home_file {
1515
}
1616

1717
if [[ -z "$HAS_NODE" ]]; then
18-
source_home_file ".bash_profile" || source_home_file ".zshrc" || true
18+
source_home_file ".bash_profile" || source_home_file ".zshrc" || source_home_file ".bashrc" || true
1919
fi
2020

2121
NODE=`which node 2> /dev/null`

0 commit comments

Comments
 (0)