diff --git a/hook b/hook index 8d53465..62436f3 100755 --- a/hook +++ b/hook @@ -15,7 +15,7 @@ function source_home_file { } if [[ -z "$HAS_NODE" ]]; then - source_home_file ".bash_profile" || source_home_file ".zshrc" || true + source_home_file ".bash_profile" || source_home_file ".zshrc" || source_home_file ".bashrc" || true fi NODE=`which node 2> /dev/null`