mx is now test server

This commit is contained in:
Nikolas Weger 2017-01-14 22:14:38 +01:00
parent 793e29cdcc
commit d3380d6710

View file

@ -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