From 126dc99a674742a6504ef40baa4e0fb28517110e Mon Sep 17 00:00:00 2001 From: knutze <34371397+knutze@users.noreply.github.com> Date: Sat, 27 Aug 2022 23:08:00 +0900 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 7fe6350..02d4695 100644 --- a/Examples.md +++ b/Examples.md @@ -577,7 +577,7 @@ _fzf_history_msys2() { local WORK_DIR="${TMPDIR:-/tmp}/${FUNCNAME[0]##_}-${UID:-$(id -u)}" mkdir -p "${WORK_DIR}" || return - # `builtin fc` does not work inside winpty correctly, + # builtin command does not work inside winpty correctly, # so run it here to take output to a file. (set -o pipefail builtin fc -lnr -2147483648 |