summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-11-02 15:15:28 +0000
committerAlan Pearce2013-11-02 15:15:28 +0000
commit1fbe0bfe24f527974285342a9cf80d245b469bc9 (patch)
treee70b08121deb0b85f11d04dd34b705bb59e63b33 /install
parentccc0aad757be54208e0cb90131ab5851ce2d30b8 (diff)
downloaddotfiles-1fbe0bfe24f527974285342a9cf80d245b469bc9.tar.lz
dotfiles-1fbe0bfe24f527974285342a9cf80d245b469bc9.tar.zst
dotfiles-1fbe0bfe24f527974285342a9cf80d245b469bc9.zip
zsh: Remove reference to gentoo configuration from installer
Diffstat (limited to 'install')
-rwxr-xr-xinstall3
1 files changed, 0 insertions, 3 deletions
diff --git a/install b/install
index d78200f..4923193 100755
--- a/install
+++ b/install
@@ -54,9 +54,6 @@ zfiles=(
 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