[zsh] Add ghlogin alias

This commit is contained in:
2024-07-23 10:38:22 -04:00
parent 51d18c89d6
commit fe87290074

View File

@ -47,6 +47,10 @@ repo_go() {
aws codeartifact login --namespace sureapp --tool npm --repository npm --domain sure --domain-owner 348777858795 --profile registries-read
}
ghlogin() {
npm login --registry=https://npm.pkg.github.com --scope=@sureapp
}
poetry-install() {
repo_go
poetry install