From f755d3d538a820f3240b220160c7aff3cba2829a Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Mon, 28 Nov 2011 10:27:32 -0500 Subject: [PATCH] =?UTF-8?q?=E0=B2=A0=5F=E0=B2=A0,=20arch-zsh-template=20ne?= =?UTF-8?q?eds=20to=20source=20oh-my-zsh.zsh...=20How=20did=20I=20mess=20t?= =?UTF-8?q?his=20up=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/zshrc.arch-zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.arch-zsh-template b/templates/zshrc.arch-zsh-template index 27f4d2e09..1fe66bf29 100644 --- a/templates/zshrc.arch-zsh-template +++ b/templates/zshrc.arch-zsh-template @@ -27,7 +27,7 @@ DISABLE_AUTO_UPDATE="true" plugins=(git) load_oh_my_zshell(){ - source $ZSH/oh-my-zsh.sh + source $ZSH/oh-my-zsh.zsh } # Customize to your needs...