]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.profile: remove PROMPT_COMMAND, set titles from PS1
[dotfiles.git] / .shellrc
index 0bf59ff5e99ff8aa2d56a5d3bbdd12f9758b3099..124aef17d3a7d12ca14fe7b3c4524749d6f249bd 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -95,7 +95,7 @@ esac
 
 
 # clear history, clear screen and logout
-#chlo() { cd; unset HISTFILE; rm -f .sh_history; clo; }
+#chlo() { cd; unset HISTFILE; rm -f .sh_history; history -c; clo; }
 
 
 #Pwd() { pwd | sed "s/.*\/\(.*\)\/\(.*\)\/\(.*\)\/\(.*\)/...\/\2\/\3\/\4/"; }