From 4f570b5396ff673906ef5beb0b301f29ee856535 Mon Sep 17 00:00:00 2001 From: James McGlashan Date: Tue, 29 Nov 2011 17:08:21 +1100 Subject: [PATCH] User default to use awesome sprunge! --- templates/user.zsh-template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/user.zsh-template b/templates/user.zsh-template index c5d4e3a8c..b6b0a6fd0 100644 --- a/templates/user.zsh-template +++ b/templates/user.zsh-template @@ -1,5 +1,7 @@ # Check /etc/zsh/zshrc for system defaults. Eg. plugins=(git) +# Enable for awesome sprunge! +zstyle :omz:plugins:sprunge add-path on plugins+=(archlinux sprunge github) load_oh_my_zshell