From d64ef6d7b1f1a048ce0d36b39c0a56249b53b43b Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Thu, 22 Aug 2019 23:13:00 -0400 Subject: [PATCH] Clear history from previous sessions before starting --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 578ecf2..68849f7 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,5 @@ # ~/.bashrc: executed by bash(1) for non-login shells. +cat /dev/null > ~/.bash_history # If not running interactively, don't do anything case $- in -- 2.20.1