From b94a30e85e7851abac1832517bc72624e02d8cd0 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 19 Oct 2014 12:38:22 +0200 Subject: [PATCH] add pi to config --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d565d8b..257149e 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,7 @@ ZSH_THEME="pygmalion" plugins=(bower gitfast git-extras node npm pass screen vi-mode) case $(hostname) in - t430s-arch) + t430s-arch|pi) plugins+=(archlinux systemd) ;; cassiopeia.uberspace.de)