From 3d376d9ff2cca5a720309cc69969d06f21c002a0 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Mar 2020 23:56:37 +0000 Subject: [PATCH] Add grip to python packages --- zsh/python.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/python.zsh b/zsh/python.zsh index ec26ab1..9fb1a1b 100644 --- a/zsh/python.zsh +++ b/zsh/python.zsh @@ -5,6 +5,7 @@ install_python_global_packages () { local packages=( 'ansible' + 'grip' 'molecule[docker]' 'yamllint' )