Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen committed Oct 11, 2021
1 parent 2f15f90 commit 0dd896f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysz
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ while :; do
--header '? for keybindings' \
--bind "?:preview(echo '$(_sysz_keys)')" \
--bind "ctrl-v:preview('${BASH_SOURCE[0]}' _fzf_cat {})" \
--preview="${BASH_SOURCE[0]}' _fzf_preview {}" \
--preview="'${BASH_SOURCE[0]}' _fzf_preview {}" \
--preview-window=70% |
readarray -t PICKS

Expand Down

0 comments on commit 0dd896f

Please sign in to comment.