autocomplete

This commit is contained in:
trigkeyb
2025-01-12 12:18:23 +01:00
parent 6142bd0fad
commit a4577bb70b
4 changed files with 20 additions and 40 deletions

7
5.autocomplete_in_bash.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo 'source <(kubectl completion bash)' >>~/.bashrc
# Reload sourcefile again (located on home)
source .bashrc