added -c to bash completion

This commit is contained in:
James Tomasino 2018-08-15 20:50:22 -04:00
parent a20eeeed0f
commit c737aa956c
1 changed files with 1 additions and 1 deletions

2
pb
View File

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