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 |