From 0aa10ac979fed13ea174bd37c05a8f515f62fd2a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 11 Feb 2019 10:45:16 +0100 Subject: [PATCH] Fixed completion in qp_create --- etc/qp.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/qp.rc b/etc/qp.rc index 387025c7..fd9b4031 100644 --- a/etc/qp.rc +++ b/etc/qp.rc @@ -163,7 +163,7 @@ _qp_Complete() create_ezfio) case "${prev}" in create_ezfio) - COMPREPLY=( $(compgen -W "-b -a -c -d -h -m -o -p -x" -- $cur ) ) + COMPREPLY=( $(compgen -W "-b -a -c -d -h -m -o -p -x $(\ls)" -- $cur ) ) return 0 ;; -m|-d|-c)