From d3380d6710fa24771f169dbd66ff2e2d6e41d090 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sat, 14 Jan 2017 22:14:38 +0100 Subject: [PATCH] mx is now test server --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 92aebda..91a6247 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -24,7 +24,7 @@ plugins+=(command-not-found colored-man-pages fabric ansible) if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then plugins+=(archlinux) fi -if [ $(uname -n) = "mx" -o $(uname -n) = "git" ]; then +if [ $(uname -n) = "test" -o $(uname -n) = "git" ]; then plugins+=(debian) fi