diff --git a/Examples.md b/Examples.md index 6375f62..05f25bf 100644 --- a/Examples.md +++ b/Examples.md @@ -485,7 +485,7 @@ fh() { # fhe - repeat history edit writecmd (){ perl -e 'ioctl STDOUT, 0x5412, $_ for split //, do{ chomp($_ = <>); $_ }' ; } -fhe() {Suggested by +fhe() { ([ -n "$ZSH_NAME" ] && fc -l 1 || history) | fzf +s --tac | sed -re 's/^\s*[0-9]+\s*//' | writecmd } ```