diff --git a/bashtop b/bashtop index e18db45..dd700c0 100755 --- a/bashtop +++ b/bashtop @@ -452,7 +452,8 @@ quit_() { #? Clean exit if [[ $config_file != "/dev/null" ]]; then save_config "${save_array[@]}" fi - + + clear exit 0 }