From 1c296e7faadd6f34bc185febfd2e76df5ee94e43 Mon Sep 17 00:00:00 2001 From: James Walker Date: Thu, 7 Nov 2019 17:05:08 -0500 Subject: [PATCH] pipenv for python stuff --- home/.default-python-packages | 1 + home/.zshrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.default-python-packages b/home/.default-python-packages index ddfa17c..d7ced03 100644 --- a/home/.default-python-packages +++ b/home/.default-python-packages @@ -1,4 +1,5 @@ flake8 +pipenv pylint pytest pytest-cache diff --git a/home/.zshrc b/home/.zshrc index c66d8b0..044174b 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -28,7 +28,7 @@ plugins=($plugins ruby gem rails bundler heroku) plugins=($plugins npm yarn gatsby react-native) # python -plugins=($plugins pip) +plugins=($plugins pip pipenv) # php / drupal plugins=($plugins composer)