diff --git a/zsh/zshrc b/zsh/zshrc index 531110d..056c97a 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) = "mail" -o $(uname -n) = "git" ]; then +if [ $(uname -n) = "mx" -o $(uname -n) = "git" ]; then plugins+=(debian) fi