mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[zsh] Cask installation script moved, uses python
This commit is contained in:
parent
7c3f2951e0
commit
308182c124
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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"
|
||||
|
|
Loading…
Reference in a new issue