mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
Replace Carton with Cask
The Carton project was renamed to Cask due to a naming conflict. The Carton file gets renamed to Cask, and the zsh init script now references the renamed project.
This commit is contained in:
parent
447a3818e9
commit
ab5f13299d
2 changed files with 4 additions and 4 deletions
8
.zshrc
8
.zshrc
|
@ -37,8 +37,8 @@ if which virtualenvwrapper.sh >/dev/null; then
|
|||
source virtualenvwrapper.sh
|
||||
fi
|
||||
|
||||
# Emacs Carton
|
||||
if [ ! -d ${HOME}/.carton ]; then
|
||||
curl -fsSkL https://raw.github.com/rejeep/carton/master/go | sh
|
||||
# Emacs Cask
|
||||
if [ ! -d ${HOME}/.cask ]; then
|
||||
curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh
|
||||
fi
|
||||
export PATH="${HOME}/.carton/bin:$PATH"
|
||||
export PATH="${HOME}/.cask/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue