aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorAlex DiLiberto <alex@alexdiliberto.com>2014-11-01 14:48:02 -0400
committerMathias Bynens <mathias@qiwi.be>2014-11-01 20:56:23 +0100
commitf0997a53bf10afdf3f09af8a9728c173c5dabfe1 (patch)
treec7f62ae4b7915815813a486dca845b39dbbc19c7 /.exports
parente32bc6cc07e1e25ba0821c3c20b488ead2133e0a (diff)
downloaddotfiles-f0997a53bf10afdf3f09af8a9728c173c5dabfe1.tar.gz
dotfiles-f0997a53bf10afdf3f09af8a9728c173c5dabfe1.tar.bz2
dotfiles-f0997a53bf10afdf3f09af8a9728c173c5dabfe1.zip
.exports: Remove `export HOMEBREW_CASK_OPTS`
It’s not needed anymore now that the `Caskfile` has been removed. Closes #446.
Diffstat (limited to '.exports')
-rw-r--r--.exports3
1 files changed, 0 insertions, 3 deletions
diff --git a/.exports b/.exports
index 9f44069..91c6098 100644
--- a/.exports
+++ b/.exports
@@ -20,6 +20,3 @@ export MANPAGER="less -X";
# Always enable colored `grep` output
export GREP_OPTIONS="--color=auto";
-
-# Link Homebrew casks in `/Applications` rather than `~/Applications`
-export HOMEBREW_CASK_OPTS="--appdir=/Applications";