From 36958bf9c635b611ba6b057bfc44a4646cf5e1ae Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Mon, 14 Aug 2023 14:25:02 +0200 Subject: [PATCH] Tweaks to zshrc --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 281f020..7223f2c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -75,7 +75,7 @@ ZSH_THEME="edvardm" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git zsh-autosuggestions zsh-syntax-highlighting fast-syntax-highlighting) +plugins=(git) source $ZSH/oh-my-zsh.sh