summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-08-06 01:30:45 +0200
committerTobias Klauser <tklauser@distanz.ch>2022-08-06 01:30:45 +0200
commitf375102c212b2f8d5d2d8bb5075c77463a898fd0 (patch)
tree96b219605e29212b94fb4a882735e22c36c8829c /.zsh
parenta95410107e067559db6db11266ff17a7590e0e32 (diff)
zshenv: add 80_homebrew
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/zshenv/80_homebrew10
1 files changed, 10 insertions, 0 deletions
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 <tklauser@distanz.ch>
+# 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)"