From 698af399dce4fee8173bdba2f2f793efac8b2d59 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 12:18:21 +0200 Subject: [PATCH] chore(.zshrc): update plugins list in configuration file --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 0cf131f..db55c0d 100644 --- a/.zshrc +++ b/.zshrc @@ -86,7 +86,7 @@ HIST_STAMPS="dd.mm.yyyy" # 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=(zsh-autosuggestions z) +plugins=(zsh-autosuggestions z aliases sudo tmux) source $ZSH/oh-my-zsh.sh