Skip to content

Commit fa6119d

Browse files
committed
Merge pull request #57 from blacksonic/master
[fix] add .bashrc to supported home files
2 parents 2abd42b + 4510f45 commit fa6119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook

Lines changed: 1 addition & 1 deletion
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)