From 59b9b5797429bf7355acaf5aca44c6d1d6efa7d6 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 25 Feb 2021 08:35:58 -0500 Subject: [PATCH] Moar plugins --- zshrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zshrc b/zshrc index bf95960..1cc3e92 100644 --- a/zshrc +++ b/zshrc @@ -60,6 +60,7 @@ plugins=( autoenv aws bundler + cargo command-not-found cp docker @@ -70,8 +71,15 @@ plugins=( heroku kubectl mercurial + nmap + node + npm + npx + nvm pip + pipenv postgres + pyenv python rails rake-fast @@ -79,10 +87,14 @@ plugins=( redis-cli rsync ruby + rust + rustup + terraform tmux vagrant vault vi-mode + yarn ) fpath=(/usr/local/share/zsh/site-functions $fpath)