This commit is contained in:
2025-09-23 16:27:10 +02:00
parent 56cf6048b1
commit 14d6eadfd3

3
.zshrc
View File

@ -86,7 +86,7 @@ HIST_STAMPS="dd.mm.yyyy"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # 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 source $ZSH/oh-my-zsh.sh
@ -149,3 +149,4 @@ eval "$(zoxide init zsh)"
#fi #fi
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
source '/home/linuxbrew/.linuxbrew/opt/autoenv/activate.sh'