this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

load homebrew on linux

Seth 061f623a 77f0b0b8

+2 -1
+2 -1
zsh/zshrc
··· 1 - # homebrew 1 + # homebrew, load first because it manages many downstream dependencies from here 2 2 [ -f "/opt/homebrew/bin/brew" ] && eval "$(/opt/homebrew/bin/brew shellenv)" 3 + [ -f "/home/linuxbrew/.linuxbrew/bin/brew" ] && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" 3 4 4 5 # gpg 5 6 export GPG_TTY=$(tty)