summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index fef5b4e..8d6ae18 100755
--- a/install
+++ b/install
@@ -63,7 +63,7 @@ zfiles=(
 if [[ -e /usr/bin/emerge ]]; then
 	zfiles+=zsh/zshrc_gentoo
 fi
-if [[ $OSTYPE == freebsd ]]; then
+if [[ $OSTYPE == freebsd* ]]; then
 	zfiles+=zsh/zshrc_freebsd
 fi