Files
dotfiles/bash/.bashrc.d/homebrew.sh
Fabio Scotto di Santolo 009385e3fd Fix Bash configuration
2025-12-17 23:17:42 +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