From d20fdec46bc28c68778bae051da2b1f64b08d77a Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 31 Mar 2025 10:14:12 +0200 Subject: [PATCH] feat(custom-commands): add alias to open glab ci web --- omz-custom/custom_commands.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index de670d5..90de0aa 100755 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -276,6 +276,7 @@ unalias gl 2>/dev/null alias gl="glab" alias glci="glab ci view" +alias glciw="glab ci view --web" # get snippets from elnino gitlab function gitlab_snippets() {