i use arch btw
0
fork

Configure Feed

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

Update brew initialization

+3 -8
+3 -8
fish/.config/fish/config.fish
··· 16 16 end 17 17 18 18 if command -q brew 19 - # the horror that is compiling python using rtx/pyenv on Linux with homebrew libs 20 - set -agx PKG_CONFIG_PATH \ 21 - (brew --prefix readline)/lib/pkgconfig \ 22 - (brew --prefix openssl)/lib/pkgconfig \ 23 - (brew --prefix sqlite3)/lib/pkgconfig \ 24 - (brew --prefix tcl-tk)/lib/pkgconfig \ 25 - (brew --prefix zlib)/lib/pkgconfig \ 26 - (brew --prefix bzip2)/lib/pkgconfig 19 + set brew_prefix (brew --prefix) 20 + set -agx PKG_CONFIG_PATH $brew_prefix/opt/*/lib/pkgconfig 21 + fish_add_path -g $brew_prefix/opt/glibc/{,s}bin 27 22 end 28 23 29 24 if string match -q -- "*microsoft*" (uname -a)