···11-if which brew &>/dev/null; then
11+if which -a brew | grep -qv '\.local'; then
22 # homebrew bash-completion@2
33 if [ -r $(brew --prefix)/etc/profile.d/bash_completion.sh ]; then
44 source $(brew --prefix)/etc/profile.d/bash_completion.sh
···11# Use latest curl version from brew for updated SSL support
22-if command -qs brew
33- set -Ux fish_user_paths \
44- /usr/local/opt/curl/bin \
55- /opt/homebrew/opt/curl/bin \
66- $fish_user_paths
77-end
22+set -Ux fish_user_paths \
33+ /usr/local/opt/curl/bin \
44+ /opt/homebrew/opt/curl/bin \
55+ $fish_user_paths
+2-1
.config/fish/conf.d/51-envs.fish
···3636 end
37373838 # NOTE: Modified to use glob instead of hardcoded version
3939- if command -qs brew
3939+ # also checking for stuff besides custom .local/bin
4040+ if command -sa brew | grep -qv '\.local'
4041 set -gx PATH (brew --cellar)/pyenv-virtualenv/*/shims $PATH
4142 end
4243 set -gx PYENV_VIRTUALENV_INIT 1