From 203921b304d3f590bf43aeb09437342be1ac8a76 Mon Sep 17 00:00:00 2001 From: afranco Date: Sun, 10 Dec 2023 21:36:49 +0000 Subject: [PATCH] chore: Updated zsh plugins --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 6d2cb76..3b0f193 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -75,7 +75,7 @@ ZSH_THEME="robbyrussell" #THEME source $HOME/.config/zsh/themes/catppuccin_frappe-zsh-syntax-highlighting.zsh -plugins=(git zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting) +plugins=(git macos command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting) source $ZSH/oh-my-zsh.sh