From adcdf9f0c3e6f155e2f6b5f8c577148546fca9d7 Mon Sep 17 00:00:00 2001 From: ushastoe <40743392+krolchonok@users.noreply.github.com> Date: Tue, 9 Apr 2024 09:31:08 +0300 Subject: [PATCH] Update .zshrc --- .zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 9a7eac0..bda8c31 100644 --- a/.zshrc +++ b/.zshrc @@ -70,8 +70,11 @@ ZSH_THEME="agnoster" # 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) - +plugins=( +git +zsh-autosuggestions +zsh-syntax-highlighting +) source $ZSH/oh-my-zsh.sh # User configuration