[zsh] Add poetry-install command
This commit is contained in:
@ -47,6 +47,11 @@ repo_go() {
|
|||||||
aws codeartifact login --namespace sureapp --tool npm --repository npm --domain sure --domain-owner 348777858795 --profile registries-read
|
aws codeartifact login --namespace sureapp --tool npm --repository npm --domain sure --domain-owner 348777858795 --profile registries-read
|
||||||
}
|
}
|
||||||
|
|
||||||
|
poetry-install() {
|
||||||
|
repo_go
|
||||||
|
poetry install
|
||||||
|
}
|
||||||
|
|
||||||
sush() {
|
sush() {
|
||||||
if [[ $1 == "sbx" ]]
|
if [[ $1 == "sbx" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
Reference in New Issue
Block a user