nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

history (103B)


      1 #!/bin/bash
      2 
      3 set +H
      4 
      5 HISTSIZE=50000
      6 HISTFILESIZE=$HISTSIZE
      7 HISTCONTROL=ignoreboth
      8 
      9 shopt -s histappend