From 59f89137a3beff5844e5fc704ce9a1adced65634 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Fri, 27 Sep 2024 09:32:45 -0500 Subject: [PATCH] Woops, this file is pretty important! --- dot_config/zsh/dot_zprofile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dot_config/zsh/dot_zprofile diff --git a/dot_config/zsh/dot_zprofile b/dot_config/zsh/dot_zprofile new file mode 100644 index 0000000..40e62a6 --- /dev/null +++ b/dot_config/zsh/dot_zprofile @@ -0,0 +1,7 @@ +if [ -d "/opt/homebrew" ]; then + eval "$(/opt/homebrew/bin/brew shellenv)" +elif [ -d "~/.linuxbrew" ]; then + eval "$(~/.linuxbrew/bin/brew shellenv)" +elif [ -d "/home/linuxbrew" ]; then + eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +fi