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)