remove caskroom flag
This commit is contained in:
parent
e66b30080a
commit
ed70123f20
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -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" ]] {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue