Skip to content

Commit

Permalink
Update shell/completion.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn authored Oct 15, 2024
1 parent c806c9d commit 966a5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ _fzf_complete() {

local cur selected trigger cmd post
post="$(caller 0 | command awk '{print $2}')_post"
type -t "$post" > /dev/null 2>&1 || post="command cat"
type -t "$post" > /dev/null 2>&1 || post='command cat'

trigger=${FZF_COMPLETION_TRIGGER-'**'}
cmd="${COMP_WORDS[0]}"
Expand Down

0 comments on commit 966a5ca

Please sign in to comment.