From f654344cfe844874f30ac76069c295b2cb34e0c5 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Tue, 23 Sep 2025 16:27:10 +0200 Subject: [PATCH] autoenv --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5d409b6..6247374 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 alias-finder bun composer debian sudo tmux ssh nvm) +plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux ssh nvm autoenv) source $ZSH/oh-my-zsh.sh