Clearing Terminal History [Easy]
These are a few simple commands.
view bash/zsh terminal current session
history
to delete specific lines in the history
open ~/.bash_history
open ~/.zsh_history
clear all terminal histroy
rm ~/.bash_history
clear terminal
clear