The information about what you typed is continuously stored in most Linux distributions. If it is BASH than it stored in .bash_history file in your current user folder.
The easiest way to delete the history is to type the following command:
history –c
All records from the file .bash_history will disappear.