diff --git a/zsh/func/init_path b/zsh/func/init_path index 1b22195..707f92e 100644 --- a/zsh/func/init_path +++ b/zsh/func/init_path @@ -8,6 +8,8 @@ autoload append_to_path function init_path { export path=() + append-to-path "/opt/brew/bin" + append-to-path "/opt/homebrew/bin" append_to_path "/usr/local/bin" append_to_path "/usr/bin" append_to_path "/bin"