소스 검색

[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