From f0997a53bf10afdf3f09af8a9728c173c5dabfe1 Mon Sep 17 00:00:00 2001 From: Alex DiLiberto Date: Sat, 1 Nov 2014 14:48:02 -0400 Subject: .exports: Remove `export HOMEBREW_CASK_OPTS` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not needed anymore now that the `Caskfile` has been removed. Closes #446. --- .exports | 3 --- 1 file changed, 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"; -- cgit v1.2.3