remove caskroom flag

This commit is contained in:
Sami Samhuri 2017-10-15 10:34:40 -07:00
parent e66b30080a
commit ed70123f20
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

2
zshrc
View file

@ -60,7 +60,7 @@ if mac; then
# Don't pollute tar archives with ._ files (Apple double files) # Don't pollute tar archives with ._ files (Apple double files)
export COPYFILE_DISABLE=true export COPYFILE_DISABLE=true
export HOMEBREW_CASK_OPTS="--appdir=/Applications --caskroom=$HOME/Caskroom" export HOMEBREW_CASK_OPTS="--appdir=/Applications"
# Set Apple Terminal.app resume directory # Set Apple Terminal.app resume directory
if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] { if [[ $TERM_PROGRAM == "Apple_Terminal" ]] && [[ -z "$INSIDE_EMACS" ]] {