From: James Bunton Date: Mon, 25 Jun 2007 09:13:32 +0000 (+1000) Subject: Bigger history is nicer for ^R X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/d9079f32e0c80c96567d4d028f264694993081ce Bigger history is nicer for ^R --- diff --git a/.bash_profile b/.bash_profile index 9a55cdc..83660f7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -19,6 +19,7 @@ export CVS_RSH="ssh" export RSYNC_RSH="ssh" export PYTHONSTARTUP="$HOME/.pythonrc.py" export HISTCONTROL="ignoredups" +export HISTSIZE="10000" # Local customisations [ -f ~/.bash_profile_local ] && source ~/.bash_profile_local