Files
secureblue/files/system/etc/profile.d/brew.sh
2024-11-21 17:23:06 -08:00

2 lines
126 B
Bash

#!/usr/bin/env bash
[[ -d /home/linuxbrew/.linuxbrew && $- == *i* ]] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"