From 4b505476c44cbbe0b0ef1960c3b2113bd5fb4420 Mon Sep 17 00:00:00 2001 From: Manuel Vergara Date: Fri, 4 Nov 2022 01:26:19 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20m=C3=A1s=20plugins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/zshrc b/files/zshrc index c8ef7d2..182dca3 100644 --- a/files/zshrc +++ b/files/zshrc @@ -78,11 +78,14 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. plugins=( + ansible dirhistory docker docker-compose + emoji encode64 git + helm history history-substring-search jsontools @@ -90,8 +93,10 @@ plugins=( kubectl nmap sudo + terraform zsh-autosuggestions zsh-syntax-highlighting + z ) source $ZSH/oh-my-zsh.sh