From 308182c1244f2eb42c89c1a46b025d6b99771cf8 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Fri, 22 Nov 2013 04:49:03 +0000 Subject: [PATCH] [zsh] Cask installation script moved, uses python --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a4b6cf7..2b24f72 100644 --- a/.zshrc +++ b/.zshrc @@ -39,6 +39,6 @@ fi # Emacs Cask if [ ! -d ${HOME}/.cask ]; then - curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh + curl -fsSkL https://raw.github.com/cask/cask.el/master/go | python fi export PATH="${HOME}/.cask/bin:$PATH"