diff options
author | Alex DiLiberto <alex@alexdiliberto.com> | 2014-11-01 14:48:02 -0400 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-01 20:56:23 +0100 |
commit | f0997a53bf10afdf3f09af8a9728c173c5dabfe1 (patch) | |
tree | c7f62ae4b7915815813a486dca845b39dbbc19c7 /.exports | |
parent | e32bc6cc07e1e25ba0821c3c20b488ead2133e0a (diff) | |
download | dotfiles-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-- | .exports | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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"; |