From 2ea9e69d78195bd9c36c9ab4c384de0191bf232b Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sun, 17 Aug 2025 19:53:58 +0100 Subject: Use /opt/homebrew/bin instead of /usr/local/sbin Homebrew changed default installation prefix on Apple Silicon Macs. --- misc/dotfiles/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/dotfiles/bash_profile b/misc/dotfiles/bash_profile index bdcb007..0a86499 100644 --- a/misc/dotfiles/bash_profile +++ b/misc/dotfiles/bash_profile @@ -1,5 +1,5 @@ export EDITOR=vim -export PATH="$HOME/bin:/usr/local/sbin:$PATH" +export PATH="$HOME/bin:/opt/homebrew/bin:$PATH" if [ -f $HOME/.bashrc ]; then . $HOME/.bashrc -- cgit v1.2.3-70-g09d2