[fish] Add homebrew to path
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user