From 9eeabe49f4c67184ca1fd58d3e8d976515a97583 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Jun 2013 16:18:37 +0200 Subject: [PATCH] pushzshconfig 20.06.2013 16:18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 763ec12..5ce8e31 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ myzsh is basically my personal zsh config including a couple of features i fancy ###installation ```bash -wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh; \ +wget https://raw.github.com/beyondthewall/myzsh/master/install.sh; \ chmod +x install.sh; ./install.sh; rm install.sh ```