From 80250a8100f4438268d3ccf235b92c997ae57e60 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Tue, 16 Aug 2022 08:19:07 +0200 Subject: [PATCH] feat(glab): experiment with glab CLI --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index 0db8963..b4a055f 100644 --- a/home.nix +++ b/home.nix @@ -46,6 +46,7 @@ network = "traefik" latest.k6 latest.hey latest.ngrok + latest.openssl latest.pavucontrol latest.bluezFull @@ -93,6 +94,7 @@ network = "traefik" latest.gitAndTools.tig latest.sublime-merge latest.meld + latest.glab latest.firefox latest.google-chrome-beta @@ -331,6 +333,8 @@ eval "$(mcfly init zsh)" eval "$(op completion zsh)"; compdef _op op +eval "$(glab completion -s zsh)" + # K8s source <(helm completion zsh) source <(k3d completion zsh)