Updated Submodules and added new server

This commit is contained in:
Nikolas Weger 2016-04-24 21:27:39 +02:00
parent c3fa5ad02b
commit 9d1b7c6250
7 changed files with 7 additions and 7 deletions

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) = "mail" ]; then
if [ $(uname -n) = "mail" -o $(uname -n) = "git" ]; then
plugins+=(debian)
fi