Logo
Explore Help
Sign In
shell-user/oh-my-bash
1
0
Fork 0
You've already forked oh-my-bash
mirror of https://github.com/ohmybash/oh-my-bash.git synced 2024-05-11 05:55:37 +00:00
Code Issues Projects Releases Wiki Activity
Files
59f6ef145bbfb0e8216566d25c07299931a4c491
oh-my-bash/completions/kubectl.completion.sh

9 lines
146 B
Bash
Raw Normal View History

refactor: Normalize shebang of scripts to source
2022-01-15 19:00:35 +09:00
#! bash oh-my-bash.module
Improve oh-my-bash functionality * Implement aliases, completion in oh-my-bash * Added default themes from Bash-it * Fixed few issues
2017-10-10 18:07:01 +07:00
# kubectl (Kubernetes CLI) completion
Refactor "{{which,command -v} => _omb_util_{binary,command}_exists}" `which` has been deprecated in Debian (at least, the rolling release installed on chromebooks via Linux Containers) https://github.com/ohmybash/oh-my-bash/pull/239#issuecomment-1000974461 Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2021-09-24 04:29:09 -07:00
if _omb_util_command_exists kubectl
Improve oh-my-bash functionality * Implement aliases, completion in oh-my-bash * Added default themes from Bash-it * Fixed few issues
2017-10-10 18:07:01 +07:00
then
eval "$(kubectl completion bash)"
fi
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1085ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API