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