Moar plugins

main
Dan Buch 3 years ago
parent 9c3992ef42
commit 59b9b57974
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

12
zshrc

@ -60,6 +60,7 @@ plugins=(
autoenv autoenv
aws aws
bundler bundler
cargo
command-not-found command-not-found
cp cp
docker docker
@ -70,8 +71,15 @@ plugins=(
heroku heroku
kubectl kubectl
mercurial mercurial
nmap
node
npm
npx
nvm
pip pip
pipenv
postgres postgres
pyenv
python python
rails rails
rake-fast rake-fast
@ -79,10 +87,14 @@ plugins=(
redis-cli redis-cli
rsync rsync
ruby ruby
rust
rustup
terraform
tmux tmux
vagrant vagrant
vault vault
vi-mode vi-mode
yarn
) )
fpath=(/usr/local/share/zsh/site-functions $fpath) fpath=(/usr/local/share/zsh/site-functions $fpath)

Loading…
Cancel
Save