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