I guess you have .bash_profile, and this startup file calling .bashrc? Do you have write permission on .bash_profile?
Otherwise, if you just don't want to log some commands, run
$ unset HISTFILE
then all commands afterwards won't be logged within that session.