Friday 22 February 2013

Increase bash history size on Mac


  1. Add below lines to end of ~/.bash_profile
  2. Source result or log out and back in
    1. source ~/.bash_profile
  3. Test
    1. echo $HISTFILESIZE
    2. echo $HISTSIZE
export HISTFILESIZE=2500

export HISTSIZE=""

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...