added ls results to tab completion

This commit is contained in:
James Tomasino 2018-08-14 23:57:16 -04:00
parent 12d45b7852
commit 656dd2ceee
1 changed files with 2 additions and 1 deletions

3
pb
View File

@ -108,7 +108,8 @@ fi
if [ ${flag_shortlist} -gt 0 ]; then if [ ${flag_shortlist} -gt 0 ]; then
out="-f -v -h -s" out="-f -v -h -s"
die "${out}" 0 lsresults="$(ls)"
die "${out} ${lsresults}" 0
fi fi
if [ ${flag_file} -gt 0 ]; then if [ ${flag_file} -gt 0 ]; then