diff --git a/zshrc b/zshrc index 95d1ac0..3a1dd79 100755 --- a/zshrc +++ b/zshrc @@ -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 )