From 60442bf4a8ff5121335ae63e733d9721a7a112da Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 20 Jan 2025 13:30:23 +0100 Subject: [PATCH] added more plugins to zsh --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 745458f..afb2619 100755 --- a/.zshrc +++ b/.zshrc @@ -84,6 +84,10 @@ plugins=( git zsh-navigation-tools z ufw + web-search + timer + sudo + taskwarrior ) source $ZSH/oh-my-zsh.sh