[zsh] Add ghlogin alias
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user