use `.bash_profile` on FreeBSD

pull/1246/head
Xavier Briand 2018-10-23 11:42:28 -04:00 committed by GitHub
parent 4a64dcbc6f
commit 58ac5ce510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ fi
BASH_IT="$(cd "$(dirname "$0")" && pwd)" BASH_IT="$(cd "$(dirname "$0")" && pwd)"
case $OSTYPE in case $OSTYPE in
darwin*) darwin* | freebsd*)
CONFIG_FILE=.bash_profile CONFIG_FILE=.bash_profile
;; ;;
*) *)