From cd01ca3946766740cfcb33b6a6c61b382e14bf96 Mon Sep 17 00:00:00 2001 From: tUrG0n Date: Mon, 20 Aug 2012 00:40:00 +0300 Subject: [PATCH] Removed a cat command in install and made the oneline use bash instead of sh --- README.md | 2 +- install | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be44d01e..bf099b8e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ version is 4.3.10. Install using the following one liner: -``curl https://raw.github.com/sorin-ionescu/prezto/master/install | sh`` +``curl https://raw.github.com/sorin-ionescu/prezto/master/install | bash`` ### Mac OS X diff --git a/install b/install index df59ea89..7ccdc7c0 100755 --- a/install +++ b/install @@ -5,7 +5,6 @@ git clone --recursive https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zs cd $HOME/.oh-my-zsh/runcoms/ for rcfile in z{shenv,shrc,login,logout}; do cp -f $rcfile ~/.$rcfile - cat ~/.$rcfile done chsh -s /bin/zsh