Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #permenantly clears terminal history
- #history -c only temporarily clears it
- #must close terminal right after this is run
- clear
- echo "History was purged..."
- cat /dev/null > ~/.bash_history && history -c && exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement