Files
dotfiles/bash/.profile.d/homebrew.sh
Fabio Scotto di Santolo 44a425d2df Fix Mise commit
2025-12-02 09:52:04 +01:00

6 lines
125 B
Bash
Executable File

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