chore(.zshrc): update plugins list in configuration file

This commit is contained in:
2025-06-16 12:18:21 +02:00
parent b97854ba29
commit 698af399dc

2
.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 z) plugins=(zsh-autosuggestions z aliases sudo tmux)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh