X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=124aef17d3a7d12ca14fe7b3c4524749d6f249bd;hb=3feb230e5fad6fe3b98899795864e81995ce8692;hp=0bf59ff5e99ff8aa2d56a5d3bbdd12f9758b3099;hpb=0846cd31338324903ef8862b47ebaaf3d268545e;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 0bf59ff..124aef1 100644 --- 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/"; }