Files
dotfiles/bash/.profile.d/homebrew.sh
2025-10-17 22:07:53 +02:00

6 lines
125 B
Bash

#!/usr/bin/env bash
if command -v brew > /dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
fi