From e0e4e68ef2fcdfe80aeb95928f1c1329a29e0017 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 16 Apr 2024 15:05:34 -0400 Subject: [PATCH] [zsh] Add poetry-install command --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 3eb5bb7..7fe31a8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -47,6 +47,11 @@ repo_go() { aws codeartifact login --namespace sureapp --tool npm --repository npm --domain sure --domain-owner 348777858795 --profile registries-read } +poetry-install() { + repo_go + poetry install +} + sush() { if [[ $1 == "sbx" ]] then