From 58ac5ce510636ad8d10c6583559a7c3581c3f41f Mon Sep 17 00:00:00 2001 From: Xavier Briand Date: Tue, 23 Oct 2018 11:42:28 -0400 Subject: [PATCH] use `.bash_profile` on FreeBSD --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c0848cdb..158c2e17 100755 --- a/install.sh +++ b/install.sh @@ -97,7 +97,7 @@ fi BASH_IT="$(cd "$(dirname "$0")" && pwd)" case $OSTYPE in - darwin*) + darwin* | freebsd*) CONFIG_FILE=.bash_profile ;; *)