Explorar el Código

[zsh] Add ghlogin alias

Colin Powell hace 1 año
padre
commit
fe87290074
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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