mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -05:00
completions/zsh: unbreak with BSD find(1)
find: -printf: unknown primary or operator
This commit is contained in:
parent
d31cc9b5ef
commit
ab040d0d6f
2 changed files with 2 additions and 2 deletions
|
|
@ -31,6 +31,6 @@ case ${state} in
|
|||
;;
|
||||
|
||||
terms)
|
||||
_values 'terminal definitions' $(find /usr/share/terminfo -type f -printf "%f\n")
|
||||
_values 'terminal definitions' /usr/share/terminfo/**/*(.:t)
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
|
|
@ -20,6 +20,6 @@ _arguments \
|
|||
|
||||
case ${state} in
|
||||
terms)
|
||||
_values 'terminal definitions' $(find /usr/share/terminfo -type f -printf "%f\n")
|
||||
_values 'terminal definitions' /usr/share/terminfo/**/*(.:t)
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue