aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
Diffstat (limited to '.exports')
-rw-r--r--.exports3
1 files changed, 3 insertions, 0 deletions
diff --git a/.exports b/.exports
index 7797d79..ea74d29 100644
--- a/.exports
+++ b/.exports
@@ -20,3 +20,6 @@ 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"