29da89cefd
Changes: - Add history -c && history -r after cleaning file - Reloads cleaned history into current session - Prevents bash from appending dirty history on shell exit Issue: - Trace eraser cleaned file but current session kept dirty history - On shell exit, bash appended current session to file - All curl commands were re-added to ~/.bash_history Solution: - After cleaning file, clear and reload current session history - Current session now has only cleaned history - On exit, only clean commands are appended Tested: ✓ File cleaned with grep -Ev ✓ Current session reloaded from cleaned file