Añado más plugins

This commit is contained in:
Manuel Vergara 2022-11-04 01:26:19 +01:00
parent efef1b72ff
commit 4b505476c4

View File

@ -78,11 +78,14 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# 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=( plugins=(
ansible
dirhistory dirhistory
docker docker
docker-compose docker-compose
emoji
encode64 encode64
git git
helm
history history
history-substring-search history-substring-search
jsontools jsontools
@ -90,8 +93,10 @@ plugins=(
kubectl kubectl
nmap nmap
sudo sudo
terraform
zsh-autosuggestions zsh-autosuggestions
zsh-syntax-highlighting zsh-syntax-highlighting
z
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh