Closed Keating950 closed 4 years ago
Thanks for the heads up. The page is maintained by the community and I don't review or test the code people add to it. Write permission to the page is open to everyone, so feel free to edit the code if you think it's incorrect.
man fzf
)The example script found in the wiki under "fzf as dmenu replacement' uses the shebang
#!/usr/bin/env sh
. However, it also usesdisown
, which is undefined in POSIX sh. A#!/usr/bin/env bash
would be more portable/compatible. (I noticed because I replaced the default/bin/sh
symlink to bash with one pointing to the stricterdash
shell.)