]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: only remove .sh_history, not any .*history*
authorOleg Broytman <phd@phdru.name>
Fri, 27 Nov 2015 06:22:56 +0000 (09:22 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 27 Nov 2015 06:22:56 +0000 (09:22 +0300)
.shellrc

index a55d1bea6b9027d29e3bc11f0a24f2fd546b1f5a..0bf59ff5e99ff8aa2d56a5d3bbdd12f9758b3099 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -95,7 +95,7 @@ esac
 
 
 # clear history, clear screen and logout
-#chlo() { cd; unset HISTFILE; rm -f .*history*; clo; }
+#chlo() { cd; unset HISTFILE; rm -f .sh_history; clo; }
 
 
 #Pwd() { pwd | sed "s/.*\/\(.*\)\/\(.*\)\/\(.*\)\/\(.*\)/...\/\2\/\3\/\4/"; }