mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-08 00:05:51 +00:00
added -c to bash completion
This commit is contained in:
parent
a20eeeed0f
commit
c737aa956c
1 changed files with 1 additions and 1 deletions
2
pb
2
pb
|
@ -116,7 +116,7 @@ if [ ${flag_help} -gt 0 ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${flag_shortlist} -gt 0 ]; then
|
if [ ${flag_shortlist} -gt 0 ]; then
|
||||||
out="-f -v -h -s"
|
out="-f -v -h -s -c"
|
||||||
lsresults="$(ls)"
|
lsresults="$(ls)"
|
||||||
die "${out} ${lsresults}" 0
|
die "${out} ${lsresults}" 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue