all repos — nixfiles @ 10353603cc72f37034b86071f9c495d866dafeaf

System and user configuration, managed by nix and home-manager

Installer: Fix FreeBSD detection

Alan Pearce
commit

10353603cc72f37034b86071f9c495d866dafeaf

parent

e328a3a136377f0ccf5d56ee5ddfbc259f999f92

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M installinstall
@@ -63,7 +63,7 @@ )
if [[ -e /usr/bin/emerge ]]; then zfiles+=zsh/zshrc_gentoo fi -if [[ $OSTYPE == freebsd ]]; then +if [[ $OSTYPE == freebsd* ]]; then zfiles+=zsh/zshrc_freebsd fi