From e52a1d0ab38c5487e426e7a85ecbc43966653a4f 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:38:20 +0000 Subject: [PATCH] Use .oh-my-zsh directory (for now) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42b9a16a..a1536fb4 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ version is 4.3.10. 1. Clone the repository: - git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.prezto + git clone --recursive https://github.com/sorin-ionescu/prezto.git ~/.oh-my-zsh 2. Create a new Zsh configuration by copying the Zsh configuration file templates provided: - for rcfile in ~/.prezto/templates/z{shenv,shrc,login,logout}; do + for rcfile in ~/.oh-my-zsh/templates/z{shenv,shrc,login,logout}; do cp -f $rcfile ~/.$rcfile:t done