From 3ea456b20d9bf239ed8408a991b82119a521d422 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 14 Apr 2020 15:09:34 +0200 Subject: [PATCH] Fixed #97 --- etc/qp.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/qp.rc b/etc/qp.rc index fd9b4031..5b2aa9a6 100644 --- a/etc/qp.rc +++ b/etc/qp.rc @@ -170,7 +170,7 @@ _qp_Complete() COMPREPLY=( $(compgen -W "" -- $cur ) ) return 0;; -b) - COMPREPLY=( $(compgen -W "$( cut -d ' ' -f 1 ${QP_ROOT}/data/basis/00_README.rst | grep -v \'#\' )" -- $cur ) ) + COMPREPLY=( $(compgen -W "$(ls ${QP_ROOT}/data/basis)" -- $cur ) ) return 0 ;; -p)