all repos — nixfiles @ 1fbe0bfe24f527974285342a9cf80d245b469bc9

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

zsh: Remove reference to gentoo configuration from installer

Alan Pearce
commit

1fbe0bfe24f527974285342a9cf80d245b469bc9

parent

ccc0aad757be54208e0cb90131ab5851ce2d30b8

1 file changed, 0 insertions(+), 3 deletions(-)

jump to
M installinstall
@@ -54,9 +54,6 @@ )
if [[ -f $target/zsh/${HOST%%.*}.zsh ]]; then zfiles+=$target/zsh/${HOST%%.*}.zsh fi -if [[ -e /usr/bin/emerge ]]; then - zfiles+=$target/zsh/gentoo.zsh -fi if [[ $OSTYPE == freebsd* ]]; then zfiles+=$target/zsh/freebsd.zsh fi