dotfiles

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

cpanfile (218B) [raw]


      1 # The below is necessary to use the readline libary that comes with
      2 # bash, which has necessary features like arrow key navigation,
      3 # history, vi keybindings... just install it already!
      4 requires 'Term::ReadLine::Gnu';