diff options
Diffstat (limited to 'shell/key-bindings.bash')
| -rw-r--r-- | shell/key-bindings.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/key-bindings.bash b/shell/key-bindings.bash index 3e9dc654..27b5d5fb 100644 --- a/shell/key-bindings.bash +++ b/shell/key-bindings.bash @@ -52,7 +52,7 @@ __fzf_history__() ( line=$( HISTTIMEFORMAT= history | eval "$(__fzfcmd) +s --tac +m -n2..,.. --tiebreak=index --toggle-sort=ctrl-r $FZF_CTRL_R_OPTS" | - \grep '^ *[0-9]') && + command grep '^ *[0-9]') && if [[ $- =~ H ]]; then sed 's/^ *\([0-9]*\)\** .*/!\1/' <<< "$line" else |
