mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-10-08 00:47:20 +02:00
Fixed #97
This commit is contained in:
parent
7239f5a5b8
commit
3ea456b20d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user