Author: Kyle Fuller <inbox@kylefuller.co.uk> 2011-09-27 17:12:59 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2011-09-27 17:12:59 +0000 +0000
Commit: a27582b462b80fff77188df9725477e3a2ec840c
Parent: 1f6fe5a7b06c2170af2ac8096f7da9b25e06d7f4
Use the archlinux plugin
diff --git a/rc b/rc
index daadd20a5592ee7718d24b9b3e05e4dc1da09f15..da7f212ededcb7d7ac26ba2d3227351f5915ab5f 100644
--- a/rc
+++ b/rc
@@ -51,6 +51,7 @@
plugins=()
command_exists git && plugins+=git
command_exists brew && plugins+=brew
+ command_exists pacman && plugins+=archlinux
source $ZSH/oh-my-zsh.sh
fi