dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

.perldb (123B) [raw]


      1 # Save all history to ~/.perldb.hist
      2 &parse_options("HistFile=$ENV{HOME}/.perldb.hist");
      3 &parse_options("HistSize=10000");