zshrc: add podman,bazel opt plugs

This commit is contained in:
Paul Stemmet 2024-08-30 17:48:21 +00:00
parent ad874d18aa
commit 80ed55f65d
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -104,6 +104,8 @@ plugins=(
( which code &>/dev/null ) && plugins+=( vscode )
( which strfile &>/dev/null ) && plugins+=( chucknorris )
( which kubectl &>/dev/null ) && plugins+=( kubectl )
( which bazel &>/dev/null ) && plugins+=( bazel )
( which podman &>/dev/null ) && plugins+=( podman )
( [[ -e /etc/arch-release ]] ) && plugins+=( archlinux )
( [[ -e /etc/suse-release ]] ) && plugins+=( suse )
( [[ "$(uname)" == "Darwin" ]] ) && plugins+=( macos )