From a70a694246a93e5436d2ad763615d11bc8d4a0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjarki=20=C3=81g=C3=BAst=20Gu=C3=B0mundsson?= Date: Fri, 3 Aug 2012 15:35:41 +0000 Subject: [PATCH] Use .oh-my-zsh directory (for now) --- templates/zshenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/zshenv b/templates/zshenv index 774a54dd..260897e4 100644 --- a/templates/zshenv +++ b/templates/zshenv @@ -6,7 +6,8 @@ # # Set the path to Prezto. -export PREZTO="$HOME/.prezto" +# TODO: use $HOME/.prezto +export PREZTO="$HOME/.oh-my-zsh" # Paths typeset -gU cdpath fpath mailpath manpath path