From d4e02bbb8934a549a6c9a617ec1047cab25ad235 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 6 Feb 2023 23:20:41 +0200 Subject: [PATCH] zsh: Added brew sbin to path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index b755536..5789042 100644 --- a/zshrc +++ b/zshrc @@ -5,7 +5,7 @@ autoload -U colors zsh/terminfo colors -export PATH="/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/usr/local/sbin:$PATH" +export PATH="/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/sbin:$PATH" if [ command -v brew &> /dev/null ]; then BREW_BIN=$(brew --prefix)/bin