all repos — archive/dotfiles @ 1fbe0bfe24f527974285342a9cf80d245b469bc9

Superseded by nixfiles

zsh: Remove reference to gentoo configuration from installer
Alan Pearce alan@alanpearce.co.uk
Sat, 02 Nov 2013 15:15:28 +0000
commit

1fbe0bfe24f527974285342a9cf80d245b469bc9

parent

ccc0aad757be54208e0cb90131ab5851ce2d30b8

1 files 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