From 6ae1d4c1ff37a8696b1143fe176b282040d8ae0f Mon Sep 17 00:00:00 2001 From: James McGlashan Date: Mon, 28 Nov 2011 22:31:54 +1100 Subject: [PATCH] Added the user.zsh-template file for users to enable zsh and use it!o --- templates/user.zsh-template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/user.zsh-template diff --git a/templates/user.zsh-template b/templates/user.zsh-template new file mode 100644 index 000000000..c5d4e3a8c --- /dev/null +++ b/templates/user.zsh-template @@ -0,0 +1,5 @@ +# Check /etc/zsh/zshrc for system defaults. Eg. plugins=(git) + +plugins+=(archlinux sprunge github) + +load_oh_my_zshell