1
0
Fork 0

Add homebrew paths to profile

This commit is contained in:
Jeremy Kaplan 2024-09-16 01:16:25 -04:00
commit 6638484e29

View file

@ -21,12 +21,11 @@ path_if() {
source_if "${HOME}/.nix-profile/etc/profile.d/nix.sh" source_if "${HOME}/.nix-profile/etc/profile.d/nix.sh"
if has brew; then
source_if "$(brew --prefix asdf)/libexec/asdf.sh"
fi
path_if "$HOME/bin" path_if "$HOME/bin"
path_if "$HOME/.local/bin" path_if "$HOME/.local/bin"
path_if /usr/local/bin
path_if /opt/homebrew/bin
path_if /opt/homebrew/sbin
unset -f source_if unset -f source_if
unset -f path_if unset -f path_if