From 070f9fa483331fd251c82709d9d086a3e366ac8b Mon Sep 17 00:00:00 2001 From: Shmuel Raichman <22668282+shmuel-raichman@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:03:43 +0300 Subject: [PATCH] Added - kubectl Suggested by --- Examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 038a62e..4a39594 100644 --- a/Examples.md +++ b/Examples.md @@ -482,7 +482,7 @@ fh() { # fhe - repeat history edit writecmd (){ perl -e 'ioctl STDOUT, 0x5412, $_ for split //, do{ chomp($_ = <>); $_ }' ; } -fhe() { +fhe() {Suggested by ([ -n "$ZSH_NAME" ] && fc -l 1 || history) | fzf +s --tac | sed -re 's/^\s*[0-9]+\s*//' | writecmd } ``` @@ -970,6 +970,7 @@ This was tested with: - [x] describe pods - [x] logs +Suggested by: [@shmuel-raichman](https://github.com/shmuel-raichman/dotfiles) ### ASDF