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