Skip to content

Commit

Permalink
.exports: Remove export HOMEBREW_CASK_OPTS
Browse files Browse the repository at this point in the history
It’s not needed anymore now that the `Caskfile` has been removed.

Closes mathiasbynens#446.
  • Loading branch information
alexdiliberto authored and mathiasbynens committed Nov 1, 2014
1 parent e32bc6c commit f0997a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .exports
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit f0997a5

Please sign in to comment.