From fe87290074b6624c9641ee2d1d9fdfeb7be0156d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 23 Jul 2024 10:38:22 -0400 Subject: [PATCH] [zsh] Add ghlogin alias --- zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 7fe31a8..7fa4ab8 100644 --- a/zsh/.zshrc +++ b/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