Updated fzf usage and updated kube-ssh to use kubectl debug

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2023-01-04 23:38:25 +00:00
parent 2a59d2b677
commit c57251d4d5
5 changed files with 32 additions and 20 deletions

View File

@@ -41,3 +41,7 @@ else
echo $@
}
fi
_fzf() {
fzf --multi --ansi -i -1 --height=50% --reverse -0 --header-lines=1 --border --info=hidden
}