mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (markdown)
@@ -577,7 +577,7 @@ _fzf_history_msys2() {
|
|||||||
local WORK_DIR="${TMPDIR:-/tmp}/${FUNCNAME[0]##_}-${UID:-$(id -u)}"
|
local WORK_DIR="${TMPDIR:-/tmp}/${FUNCNAME[0]##_}-${UID:-$(id -u)}"
|
||||||
mkdir -p "${WORK_DIR}" || return
|
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.
|
# so run it here to take output to a file.
|
||||||
(set -o pipefail
|
(set -o pipefail
|
||||||
builtin fc -lnr -2147483648 |
|
builtin fc -lnr -2147483648 |
|
||||||
|
|||||||
Reference in New Issue
Block a user