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