1
0
mirror of https://tildegit.org/tomasino/pb.git synced 2024-11-20 03:25:54 +01:00

added -c to bash completion

This commit is contained in:
James Tomasino 2018-08-15 20:50:22 -04:00
parent a20eeeed0f
commit c737aa956c

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