[fish] Add homebrew to path

This commit is contained in:
2023-03-16 20:24:09 -04:00
parent dcb3a374a0
commit 433e129d3e

View File

@ -8,6 +8,7 @@ if status is-interactive
set -gx PATH ~/.poetry/bin $PATH
set -gx PATH ~/.screenlayout $PATH
set -gx PATH ~/.emacs.d/bin $PATH
set -gx PATH /opt/homebrew/bin $PATH
set -gx GIT_CU_DIR ~/src
set -gx PATH ~/.local/bin $PATH
set -gx EDITOR vi