projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4921d05
)
Clear history from previous sessions before starting
author
David Kerkeslager
<kerkeslager@gmail.com>
Fri, 23 Aug 2019 03:13:00 +0000
(23:13 -0400)
committer
David Kerkeslager
<kerkeslager@gmail.com>
Fri, 23 Aug 2019 03:13:00 +0000
(23:13 -0400)
.bashrc
patch
|
blob
|
history
diff --git
a/.bashrc
b/.bashrc
index
578ecf2
..
68849f7
100644
(file)
--- 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