Results 1 to 1 of 1

Thread: History File Limit

  1. #1
    Join Date
    Mar 2007
    Location
    Your Closet
    Beans
    380
    Distro
    Ubuntu 10.04 Lucid Lynx

    History File Limit

    Edit: Problem Solved.

    Problem:
    A new version of bash added these lines to the top of ~/.bashrc:
    Code:
    HISTSIZE=1000
    HISTFILESIZE=2000
    Making these lines which I appended to the bottom of the file useless:
    Code:
    export HISTSIZE=999999
    export HISTFILESIZE=999999
    Maybe I shouldn't have been using export. In any case it's frecking annoying that they added these lines.

    Solution is to not use export.
    Last edited by bashologist; September 7th, 2010 at 09:04 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •