瀏覽代碼

[zsh] Add poetry-install command

Colin Powell 1 年之前
父節點
當前提交
e0e4e68ef2
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      zsh/.zshrc

+ 5 - 0
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