diff --git a/.bashrc b/.bashrc index 8434481..1a42a7e 100644 --- a/.bashrc +++ b/.bashrc @@ -336,7 +336,7 @@ clone() { [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh" owncomp=( - pdf zet keg kn yt gl auth pomo config live iam sshkey ws x z clip + pdf zet keg kn yt gl auth pomo config live iam sshkey ws x clip ./build build b ./k8sapp k8sapp ./setup ./cmd run ./run foo ./foo cmds ./cmds z bonzai openapi obs ) @@ -344,6 +344,7 @@ owncomp=( for i in "${owncomp[@]}"; do complete -C "$i" "$i"; done _have gh && . <(gh completion -s bash) +_have z && . <(z completion bash) _have glow && . <(glow completion bash) _have goreleaser && . <(goreleaser completion bash 2>/dev/null) _have klogin && . <(klogin completion bash 2>/dev/null) diff --git a/install/ubuntu/install-goreleaser b/install/ubuntu/install-goreleaser new file mode 100755 index 0000000..7a5f9ce --- /dev/null +++ b/install/ubuntu/install-goreleaser @@ -0,0 +1,4 @@ +#!/bin/sh + +go install github.com/goreleaser/goreleaser@latest +