diff --git a/dotbare b/dotbare index d4943c3..05906a1 100755 --- a/dotbare +++ b/dotbare @@ -43,7 +43,7 @@ Available commands: } function list_dotbare_commands() { - find "${mydir}"/scripts/* -type f \ + find "${mydir}"/scripts/* -type f -print0 \ | xargs -I __ basename __ \ | fzf --no-multi --header='Available commands' --preview="${mydir}/dotbare {} -h" \ | xargs -I __ "${mydir}"/dotbare __ -h