Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
7
.oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh
Normal file
7
.oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh
Normal file
@@ -0,0 +1,7 @@
|
||||
# Autocompletion for kubectl, the command line interface for Kubernetes
|
||||
#
|
||||
# Author: https://github.com/pstadler
|
||||
|
||||
if [ $commands[kubectl] ]; then
|
||||
source <(kubectl completion zsh)
|
||||
fi
|
Reference in New Issue
Block a user