From d81c0319fc60425dace97c782f37cd71467e4a82 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 8 Nov 2024 09:34:39 +0100 Subject: [PATCH] added wd to zsh plugins --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index fa1ff36..4c0086a 100644 --- a/.zshrc +++ b/.zshrc @@ -73,6 +73,7 @@ ZSH_THEME="robbyrussell" plugins=( git zsh-syntax-highlighting zsh-autosuggestions + wd ) source $ZSH/oh-my-zsh.sh