From c893a025c2cef895e8da46e41c80b08de3928af9 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Sat, 14 Mar 2026 21:56:11 +0530 Subject: [PATCH] Add zsh auto suggestions --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index e7197f7..e89900c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -70,7 +70,7 @@ COMPLETION_WAITING_DOTS="true" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git starship) +plugins=(git zsh-autosuggestions starship) source $ZSH/oh-my-zsh.sh