From: David Kerkeslager Date: Fri, 23 Aug 2019 03:13:00 +0000 (-0400) Subject: Clear history from previous sessions before starting X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=commitdiff_plain;h=d64ef6d7b1f1a048ce0d36b39c0a56249b53b43b Clear history from previous sessions before starting --- 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