From: Ian Jackson Date: Mon, 31 Oct 2016 17:47:46 +0000 (+0000) Subject: bashrc: set +H X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=7789f1158be435d03520dec5463c00168c5a214c bashrc: set +H --- diff --git a/dot/bashrc b/dot/bashrc index 5bd9864..01bde84 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -23,6 +23,8 @@ cd() { builtin cd "$@"; setprompt; } pu() { builtin pushd "$@"; setprompt; } po() { builtin popd "$@"; setprompt; } +set +H + # Set up history and prompt if [ "$PS1" ] then