Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit f1629b7

Browse files
authored
add kubectl completion to on create script (#63)
1 parent 6195adc commit f1629b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/on-create.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ docker pull ghcr.io/cse-labs/webv-red:latest
4444
# rm kic.tar.gz
4545
# cd "$OLDPWD" || exit
4646

47-
echo "generating kic completion"
47+
echo "generating completions"
4848
kic completion zsh > "$HOME/.oh-my-zsh/completions/_kic"
49+
kubectl completion zsh > "$HOME/.oh-my-zsh/completions/_kubectl"
4950

5051
echo "creating k3d cluster"
5152
kic cluster rebuild

0 commit comments

Comments
 (0)