From f375102c212b2f8d5d2d8bb5075c77463a898fd0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 6 Aug 2022 01:30:45 +0200 Subject: zshenv: add 80_homebrew --- .zsh/zshenv/80_homebrew | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .zsh/zshenv/80_homebrew (limited to '.zsh') diff --git a/.zsh/zshenv/80_homebrew b/.zsh/zshenv/80_homebrew new file mode 100644 index 0000000..13150f7 --- /dev/null +++ b/.zsh/zshenv/80_homebrew @@ -0,0 +1,10 @@ +# zshenv/80_homebrew +# +# Set variables related to Homebrew +# +# Copyright © 2022 Tobias Klauser +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.distanz.ch/dotfiles/zsh.git + +eval "$(/opt/homebrew/bin/brew shellenv)" -- cgit v1.2.3-54-g00ecf