dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 03f7beb8c72afd984cf7b7aecb7bbc98eedbcb79
parent 36f853921a8f21a54f2a48e4fb011a0415bf7c08
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 23 Apr 2018 12:53:08 +0200

Added a variable to store the homebrew cask directory

Diffstat:
M.commonprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.commonprofile b/.commonprofile @@ -169,5 +169,6 @@ export PATH=$PATH:/Users/alex/.bin export EDITOR="vim" export HOMEBREW_EDITOR="atom" +export CASK_REPO=`brew --repository`/Library/Taps/caskroom/homebrew-cask ######################