6 lines
186 B
Bash
6 lines
186 B
Bash
# Set PATH, MANPATH, etc., for Homebrew.
|
|
# eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
|
|
|
# Created by `pipx` on 2024-07-16 03:28:59
|
|
export PATH="$PATH:/Users/errol/.local/bin"
|