diff -Nur e-smith-lib-compspec-2.6.0.old/root/etc/profile.d/e-smith-lib_compspec.sh e-smith-lib-compspec-2.6.0/root/etc/profile.d/e-smith-lib_compspec.sh --- e-smith-lib-compspec-2.6.0.old/root/etc/profile.d/e-smith-lib_compspec.sh 2006-03-16 05:17:50.000000000 -0500 +++ e-smith-lib-compspec-2.6.0/root/etc/profile.d/e-smith-lib_compspec.sh 2021-02-20 00:53:57.712000000 -0500 @@ -25,7 +25,8 @@ 1) # need to distinguish between templates and fragments COMPREPLY=( $(find /etc/e-smith/templates \ /etc/e-smith/templates-custom \ - -regex "/etc/e-smith/templates\(-custom\)?$cur.*" \ + /etc/e-smith/templates.metadata \ + -regex "/etc/e-smith/templates\(-custom\|.metadata\)?$cur.*" \ -printf "[ -f /%P ] && echo /%P\n" \ | sh | uniq) ) ;;