From c737aa956ceeb5da50dbb6f1f52622da526b1072 Mon Sep 17 00:00:00 2001
From: James Tomasino <james@tomasino.org>
Date: Wed, 15 Aug 2018 20:50:22 -0400
Subject: [PATCH] added -c to bash completion

---
 pb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pb b/pb
index 6c1e7ce..c5aaa53 100755
--- a/pb
+++ b/pb
@@ -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