Skip to content

Commit

Permalink
Merge pull request skim-rs#380 from n8henrie/patch-1
Browse files Browse the repository at this point in the history
Bash completion is for `sk`, not `skim`
  • Loading branch information
lotabout authored Dec 10, 2020
2 parents 38ed647 + 51bfcbe commit be2329f
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 @@ -293,7 +293,7 @@ _skim_alias_completion() {
}
# skim options
complete -o default -F _skim_opts_completion skim
complete -o default -F _skim_opts_completion sk
d_cmds="${SKIM_COMPLETION_DIR_COMMANDS:-cd pushd rmdir}"
a_cmds="
Expand Down

0 comments on commit be2329f

Please sign in to comment.