Ver Fonte

[zsh] Add ghlogin alias

Colin Powell há 1 ano atrás
pai
commit
fe87290074
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      zsh/.zshrc

+ 4 - 0
zsh/.zshrc

@@ -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