]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.screenrc: simplify caption
[dotfiles.git] / .shellrc
index a55d1bea6b9027d29e3bc11f0a24f2fd546b1f5a..124aef17d3a7d12ca14fe7b3c4524749d6f249bd 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; history -c; clo; }
 
 
 #Pwd() { pwd | sed "s/.*\/\(.*\)\/\(.*\)\/\(.*\)\/\(.*\)/...\/\2\/\3\/\4/"; }