Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/CloudIngenium.com/htdocs/wp-includes/functions.php on line 6114
How to: Clear the history on your Mac’s terminal (command prompt) – Knowledge eXchange

How to: Clear the history on your Mac’s terminal (command prompt)

Sometimes you want to clear your history due to a number of reasons, like when you type a password and now it is being remembered by your terminal session. I’ve read this information is stored in your profile as a History file, and many people go as far as suggesting you should delete it. However, there is an easy command line you can execute that will clear your history and save you any troubles of messing with system files. Just execute the following line to clear your terminal history on your mac:

history -c

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.