From da6a7eb78fa3ad8138360561880e5e71d5f6025a Mon Sep 17 00:00:00 2001 From: Ryan McGuire Date: Sun, 10 Dec 2023 11:53:59 -0500 Subject: [PATCH] Update provided omz custom script --- contrib/{gpm_funcs.sh => gpm_func_omz.zsh} | 5 +++++ 1 file changed, 5 insertions(+) rename contrib/{gpm_funcs.sh => gpm_func_omz.zsh} (76%) diff --git a/contrib/gpm_funcs.sh b/contrib/gpm_func_omz.zsh similarity index 76% rename from contrib/gpm_funcs.sh rename to contrib/gpm_func_omz.zsh index f680610..4920f6a 100644 --- a/contrib/gpm_funcs.sh +++ b/contrib/gpm_func_omz.zsh @@ -1,3 +1,8 @@ +# Completion +source <(gitlab-project-manager completion zsh) + +alias gpm="gitlab-project-manager" + # Go to a project, specify a fzf filter or filter # through them all pgo () {