mirror of
https://github.com/correl/dotfiles.git
synced 2025-04-07 17:00:06 -09: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
|
source virtualenvwrapper.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Emacs Carton
|
# Emacs Cask
|
||||||
if [ ! -d ${HOME}/.carton ]; then
|
if [ ! -d ${HOME}/.cask ]; then
|
||||||
curl -fsSkL https://raw.github.com/rejeep/carton/master/go | sh
|
curl -fsSkL https://raw.github.com/rejeep/cask.el/master/go | sh
|
||||||
fi
|
fi
|
||||||
export PATH="${HOME}/.carton/bin:$PATH"
|
export PATH="${HOME}/.cask/bin:$PATH"
|
||||||
|
|
Loading…
Add table
Reference in a new issue