[zsh] Cask installation script moved, uses python

This commit is contained in:
Correl Roush 2013-11-22 04:49:03 +00:00
parent 7c3f2951e0
commit 308182c124

2
.zshrc
View file

@ -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"