From c79439510410b7cca88ae9f57b2d62ea137431dd Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 14 Apr 2023 16:32:16 +0200 Subject: [PATCH] fix(fish): add missing path --- fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/config.fish b/fish/config.fish index 5296570..6527f80 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -21,6 +21,7 @@ set -gx PATH "$VOLTA_HOME/bin" $PATH set -U EDITOR nvim set PATH /opt/homebrew/bin $PATH +set PATH /opt/homebrew/sbin $PATH set PATH ~/.dotfiles/bin $PATH set PATH ~/.dotfiles/private/bin $PATH