diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dda35..e0d7725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ Entries under the **Removed** section indicate items removed from the entire doc ## Unreleased +## 2025-09-30 + +### Changed + +- changed(zshrc): update homebrew command-not-found handler path + ## 2025-09-18 ### Changed diff --git a/includes/zshrc-files/zshrc-macos.zsh b/includes/zshrc-files/zshrc-macos.zsh index d5b4ff4..2eca876 100644 --- a/includes/zshrc-files/zshrc-macos.zsh +++ b/includes/zshrc-files/zshrc-macos.zsh @@ -206,8 +206,10 @@ fzf_tab="${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-tab/fzf-tab.plugin.zsh" [[ -f $HOME/.config/op/plugins.sh ]] && source "$HOME/.config/op/plugins.sh" ## Homebrew Command Not Found Handler -HB_CNF_HANDLER="$(brew --repository)/Library/Taps/homebrew/homebrew-command-not-found/handler.sh" -[[ -f $HB_CNF_HANDLER ]] && source "$HB_CNF_HANDLER" +HOMEBREW_COMMAND_NOT_FOUND_HANDLER="$(brew --repository)/Library/Homebrew/command-not-found/handler.sh" +if [[ -f "$HOMEBREW_COMMAND_NOT_FOUND_HANDLER" ]]; then + source "$HOMEBREW_COMMAND_NOT_FOUND_HANDLER" +fi ####[ Zsh Style Configurations ]############################################################ diff --git a/submodules/dotfiles b/submodules/dotfiles index aabca06..90d97aa 160000 --- a/submodules/dotfiles +++ b/submodules/dotfiles @@ -1 +1 @@ -Subproject commit aabca06c59ee87ef15f78a801f6e8ecbeb7fca87 +Subproject commit 90d97aae7e958d493837f1a6a5ab54ecca44a6cb