config_query  BB_CONFIG  "Manually configure [for advanced users]?"  n  &&
config_query  BB_RESET   "Reset the config file?"                    n  &&

if  [  "$BB_RESET"  =  "y"  ] && [ $RECONFIGURE ] ;  then
  rm  -f  ${CONFIG_CACHE}/${SPELL}.config
fi
export RECONFIGURE
