| 1 | cat /dev/null > ~/.bash_history && history -c && exit |
rcaldous / Clear Bash history
Last active 3 months ago
Don't want to be tempted to up arrow?
Revision 4bd909cf4e80b4fe910bf063e931630ee8d22c60
Last active 3 months ago
Don't want to be tempted to up arrow?
Revision 4bd909cf4e80b4fe910bf063e931630ee8d22c60
| 1 | cat /dev/null > ~/.bash_history && history -c && exit |