Files
dotfiles/bash/.bashrc.d/homebrew.sh
Fabio Scotto di Santolo 5045102b6b Fix Bash configuration
2025-12-18 12:15:36 +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