From 3b514b6d0915c6e323643836b486985f19ff01c6 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Tue, 23 Sep 2025 15:34:21 +0200 Subject: [PATCH] fancy ahh zsh plugins --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b688cc8..0cc7a4b 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 aliases sudo tmux) +plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux) source $ZSH/oh-my-zsh.sh