8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'source <(kubectl completion bash)' >>~/.bashrc
|
|
|
|
# Reload sourcefile again (located on home)
|
|
source .bashrc
|
|
|