Fix Bash configuration

This commit is contained in:
Fabio Scotto di Santolo
2026-01-03 14:01:55 +01:00
parent a4b8af382a
commit 596f28512d
5 changed files with 21 additions and 10 deletions

View File

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