From 14d6eadfd33c666ee67c184b559cc0568cd8a725 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Tue, 23 Sep 2025 16:27:10 +0200 Subject: [PATCH] autoenv --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5d409b6..b0513d3 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 @@ -149,3 +149,4 @@ eval "$(zoxide init zsh)" #fi eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" +source '/home/linuxbrew/.linuxbrew/opt/autoenv/activate.sh'