From fd830cc4a053a653f30dda7364f1cc5fce4272c6 Mon Sep 17 00:00:00 2001 From: Tobias Maier Date: Sat, 23 Oct 2021 18:30:53 +0200 Subject: [PATCH] added plugins --- .zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 96570a3..1f595f4 100644 --- a/.zshrc +++ b/.zshrc @@ -70,14 +70,16 @@ ZSH_THEME="robbyrussell" # HIST_STAMPS="mm/dd/yyyy" # Would you like to use another custom folder than $ZSH/custom? -# ZSH_CUSTOM=/path/to/new-custom-folder +ZSH_CUSTOM=/usr/share/zsh # Which plugins would you like to load? # Standard plugins can be found in $ZSH/plugins/ # 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) # User configuration