zshrc: add podman,bazel opt plugs
This commit is contained in:
parent
ad874d18aa
commit
80ed55f65d
2
zshrc
2
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 )
|
||||
|
|
Loading…
Reference in New Issue